Html Css Color HEX #9436CE Dark Orchid

📋 copy color: '#9436CE'

red 148 ◦ green 54 ◦ blue 206

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

Shades of Dark Orchid #9436CE

Tints of Dark Orchid #9436CE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.24%

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

R = 36.27%
G = 13.24%
B = 50.49%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9436CE (or 0x9436CE) is known color: Dark Orchid. HEX triplet: 94, 36 and CE. RGB value is (148,54,206). Sum of RGB (Red+Green+Blue) = 148+54+206=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #9436CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9436CE is #6BC931. Grayscale: #626262. Windows color (decimal): -7063858 or 13514388. OLE color: 13514388.

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

Color convert

RGB 148 54 206 -
CMYK 0.28 0.74 0 0.19
HSL 277.11º 0.61% 0.51% -
HSV(B) 277.11º 0.74% 0.81% -
XYZ 24.67 13.39 59.68 -
YUV 99.43 188.14 162.64 -
System Red Green Blue C M Y K H S L
Decimal 148 54 206 0.28 0.74 0 0.19 277.11 0.61 0.51
Hex 94 36 CE 1C 4A 0 13 115 3D 33
Octal 224 66 316 34 112 0 23 425 75 63
Binary 10010100 110110 11001110 11100 1001010 0 10011 100010101 111101 110011

Color Harmonies of #9436CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9436CE

Black with #9436CE

Text Example


Text Example

White with #9436CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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