Html Css Color HEX #9424C9 Dark Orchid

📋 copy color: '#9424C9'

red 148 ◦ green 36 ◦ blue 201

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

Shades of Dark Orchid #9424C9

Tints of Dark Orchid #9424C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.21%

R = 38.44%
G = 9.35%
B = 52.21%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9424C9 (or 0x9424C9) is known color: Dark Orchid. HEX triplet: 94, 24 and C9. RGB value is (148,36,201). Sum of RGB (Red+Green+Blue) = 148+36+201=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #9424C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9424C9 is #6BDB36. Grayscale: #575757. Windows color (decimal): -7068471 or 13182100. OLE color: 13182100.

HSL color Cylindrical-coordinate representation of color #9424C9: hue angle of 280.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9424C9 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 36 201 -
CMYK 0.26 0.82 0 0.21
HSL 280.73º 0.7% 0.46% -
HSV(B) 280.73º 0.82% 0.79% -
XYZ 23.39 11.77 56.3 -
YUV 88.3 191.61 170.58 -
System Red Green Blue C M Y K H S L
Decimal 148 36 201 0.26 0.82 0 0.21 280.73 0.7 0.46
Hex 94 24 C9 1A 52 0 15 119 46 2E
Octal 224 44 311 32 122 0 25 431 106 56
Binary 10010100 100100 11001001 11010 1010010 0 10101 100011001 1000110 101110

Color Harmonies of #9424C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9424C9

Black with #9424C9

Text Example


Text Example

White with #9424C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9424C9; }

 p { color: rgb(148,36,201); }

 H1.HeaderClassName
 {
   color: #9424C9;
 }
 .AnyTagClassName
 {
   color: #9424C9;
 }
</style>

background-color css

<style>
 a { background-color: #9424C9; }

 a { background-color: rgb(148,36,201); }

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

border-color css

<style>
 span { border-color: #9424C9; }

 span { border-color: rgb(148,36,201); }

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