Html Css Color HEX #9430CE Dark Orchid

📋 copy color: '#9430CE'

red 148 ◦ green 48 ◦ blue 206

#9430CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9430CE

Tints of Dark Orchid #9430CE

RGB

 RED value IS 148 (58.2% from 255) = 36.82%

 GREEN value IS 48 (19.14% from 255) = 11.94%

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 36.82%
G = 11.94%
B = 51.24%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9430CE (or 0x9430CE) is known color: Dark Orchid. HEX triplet: 94, 30 and CE. RGB value is (148,48,206). Sum of RGB (Red+Green+Blue) = 148+48+206=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #9430CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9430CE is #6BCF31. Grayscale: #5F5F5F. Windows color (decimal): -7065394 or 13512852. OLE color: 13512852.

HSL color Cylindrical-coordinate representation of color #9430CE: hue angle of 277.97º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9430CE is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 48 206 -
CMYK 0.28 0.77 0 0.19
HSL 277.97º 0.62% 0.5% -
HSV(B) 277.97º 0.77% 0.81% -
XYZ 24.41 12.87 59.59 -
YUV 95.91 190.13 165.15 -
System Red Green Blue C M Y K H S L
Decimal 148 48 206 0.28 0.77 0 0.19 277.97 0.62 0.5
Hex 94 30 CE 1C 4D 0 13 116 3E 32
Octal 224 60 316 34 115 0 23 426 76 62
Binary 10010100 110000 11001110 11100 1001101 0 10011 100010110 111110 110010

Color Harmonies of #9430CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9430CE

Black with #9430CE

Text Example


Text Example

White with #9430CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9430CE;
 }
 .AnyTagClassName
 {
   color: #9430CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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