Html Css Color HEX #9124CE Dark Orchid

📋 copy color: '#9124CE'

red 145 ◦ green 36 ◦ blue 206

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

Shades of Dark Orchid #9124CE

Tints of Dark Orchid #9124CE

RGB

 RED value IS 145 (57.03% from 255) = 37.47%

 GREEN value IS 36 (14.45% from 255) = 9.3%

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

R = 37.47%
G = 9.3%
B = 53.23%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9124CE (or 0x9124CE) is known color: Dark Orchid. HEX triplet: 91, 24 and CE. RGB value is (145,36,206). Sum of RGB (Red+Green+Blue) = 145+36+206=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #9124CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9124CE is #6EDB31. Grayscale: #575757. Windows color (decimal): -7265074 or 13509777. OLE color: 13509777.

HSL color Cylindrical-coordinate representation of color #9124CE: hue angle of 278.47º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9124CE is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 36 206 -
CMYK 0.30 0.83 0 0.19
HSL 278.47º 0.7% 0.47% -
HSV(B) 278.47º 0.83% 0.81% -
XYZ 23.45 11.74 59.42 -
YUV 87.97 194.61 168.68 -
System Red Green Blue C M Y K H S L
Decimal 145 36 206 0.30 0.83 0 0.19 278.47 0.7 0.47
Hex 91 24 CE 1E 53 0 13 116 46 2F
Octal 221 44 316 36 123 0 23 426 106 57
Binary 10010001 100100 11001110 11110 1010011 0 10011 100010110 1000110 101111

Color Harmonies of #9124CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9124CE

Black with #9124CE

Text Example


Text Example

White with #9124CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,36,206); }

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

background-color css

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

 a { background-color: rgb(145,36,206); }

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

border-color css

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

 span { border-color: rgb(145,36,206); }

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