Html Css Color HEX #9424CD Dark Orchid

📋 copy color: '#9424CD'

red 148 ◦ green 36 ◦ blue 205

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

Shades of Dark Orchid #9424CD

Tints of Dark Orchid #9424CD

RGB

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

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

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

R = 38.05%
G = 9.25%
B = 52.7%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9424CD (or 0x9424CD) is known color: Dark Orchid. HEX triplet: 94, 24 and CD. RGB value is (148,36,205). Sum of RGB (Red+Green+Blue) = 148+36+205=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #9424CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9424CD is #6BDB32. Grayscale: #585858. Windows color (decimal): -7068467 or 13444244. OLE color: 13444244.

HSL color Cylindrical-coordinate representation of color #9424CD: hue angle of 279.76º 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 #9424CD is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 36 205 -
CMYK 0.28 0.82 0 0.20
HSL 279.76º 0.7% 0.47% -
HSV(B) 279.76º 0.82% 0.8% -
XYZ 23.86 11.97 58.81 -
YUV 88.75 193.61 170.26 -
System Red Green Blue C M Y K H S L
Decimal 148 36 205 0.28 0.82 0 0.20 279.76 0.7 0.47
Hex 94 24 CD 1C 52 0 14 118 46 2F
Octal 224 44 315 34 122 0 24 430 106 57
Binary 10010100 100100 11001101 11100 1010010 0 10100 100011000 1000110 101111

Color Harmonies of #9424CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9424CD

Black with #9424CD

Text Example


Text Example

White with #9424CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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