#9430BC

Color #9430BC Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9430BC

Tints of Dark Orchid #9430BC

Color information

#9430BC (or 0x9430BC) is unknown color: approx Dark Orchid. HEX triplet: 94, 30 and BC. RGB value is (148,48,188). Sum of RGB (Red+Green+Blue) = 148+48+188=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #9430BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9430BC is #6BCF43. Grayscale: #5D5D5D. Windows color (decimal): -7065412 or 12333204. OLE color: 12333204.

HSL color Cylindrical-coordinate representation of color #9430BC: hue angle of 282.86º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9430BC is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14848188-
CMYK0.210.7400.26
HSL282.86º59.32%46.27%-
HSV(B)282.86º74.47%73.73%-
XYZ22.3512.0448.72-
YUV93.86181.13166.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 38.54%
GREEN value IS 48 (19.14% from 255) = 12.5%
BLUE value IS 188 (73.83% from 255) = 48.96%
R=38.54%
G=12.5%
B=48.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148481880.210.7400.26282.8659.3246.27
Hex9430BC154A01A11b3b2e
Octal22460274251120324337356
Binary1001010011000010111100101011001010011010100011011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9430BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9430BC; }

 p { color: rgb(148,48,188); }

 H1.HeaderClassName
 {
   color: #9430BC;
 }
 .AnyTagClassName
 {
   color: #9430BC;
 }
</style>
background-color css

<style>
 a { background-color: #9430BC; }

 a { background-color: rgb(148,48,188); }

 div.DivClassName
 {
   background-color: #9430BC;
 }
 .BgClassName
 {
   background-color: #9430BC;
 }
</style>
border-color css

<style>
 span { border-color: #9430BC; }

 span { border-color: rgb(148,48,188); }

 td.TdClassName
 {
   border-color: #9430BC;
 }
 .TagClassName
 {
   border-color: #9430BC;
 }
</style>