Html Css Color HEX #9424AE Dark Orchid

📋 copy color: '#9424AE'

red 148 ◦ green 36 ◦ blue 174

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

Shades of Dark Orchid #9424AE

Tints of Dark Orchid #9424AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.6%

R = 41.34%
G = 10.06%
B = 48.6%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9424AE (or 0x9424AE) is known color: Dark Orchid. HEX triplet: 94, 24 and AE. RGB value is (148,36,174). Sum of RGB (Red+Green+Blue) = 148+36+174=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #9424AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9424AE is #6BDB51. Grayscale: #545454. Windows color (decimal): -7068498 or 11412628. OLE color: 11412628.

HSL color Cylindrical-coordinate representation of color #9424AE: hue angle of 288.7º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9424AE is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 36 174 -
CMYK 0.15 0.79 0 0.32
HSL 288.7º 0.66% 0.41% -
HSV(B) 288.7º 0.79% 0.68% -
XYZ 20.48 10.61 41.01 -
YUV 85.22 178.11 172.78 -
System Red Green Blue C M Y K H S L
Decimal 148 36 174 0.15 0.79 0 0.32 288.7 0.66 0.41
Hex 94 24 AE F 4F 0 20 121 42 29
Octal 224 44 256 17 117 0 40 441 102 51
Binary 10010100 100100 10101110 1111 1001111 0 100000 100100001 1000010 101001

Color Harmonies of #9424AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9424AE

Black with #9424AE

Text Example


Text Example

White with #9424AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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