Html Css Color HEX #9124CD Dark Orchid

📋 copy color: '#9124CD'

red 145 ◦ green 36 ◦ blue 205

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

Shades of Dark Orchid #9124CD

Tints of Dark Orchid #9124CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.11%

R = 37.56%
G = 9.33%
B = 53.11%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9124CD (or 0x9124CD) is known color: Dark Orchid. HEX triplet: 91, 24 and CD. RGB value is (145,36,205). Sum of RGB (Red+Green+Blue) = 145+36+205=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #9124CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9124CD is #6EDB32. Grayscale: #575757. Windows color (decimal): -7265075 or 13444241. OLE color: 13444241.

HSL color Cylindrical-coordinate representation of color #9124CD: hue angle of 278.7º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9124CD is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 36 205 -
CMYK 0.29 0.82 0 0.20
HSL 278.7º 0.7% 0.47% -
HSV(B) 278.7º 0.82% 0.8% -
XYZ 23.33 11.69 58.78 -
YUV 87.86 194.11 168.76 -
System Red Green Blue C M Y K H S L
Decimal 145 36 205 0.29 0.82 0 0.20 278.7 0.7 0.47
Hex 91 24 CD 1D 52 0 14 117 46 2F
Octal 221 44 315 35 122 0 24 427 106 57
Binary 10010001 100100 11001101 11101 1010010 0 10100 100010111 1000110 101111

Color Harmonies of #9124CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9124CD

Black with #9124CD

Text Example


Text Example

White with #9124CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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