Html Css Color HEX #9A32CD Dark Orchid

📋 copy color: '#9A32CD'

red 154 ◦ green 50 ◦ blue 205

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

Shades of Dark Orchid #9A32CD

Tints of Dark Orchid #9A32CD

RGB

 RED value IS 154 (60.55% from 255) = 37.65%

 GREEN value IS 50 (19.92% from 255) = 12.22%

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

R = 37.65%
G = 12.22%
B = 50.12%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A32CD (or 0x9A32CD) is known color: Dark Orchid. HEX triplet: 9A, 32 and CD. RGB value is (154,50,205). Sum of RGB (Red+Green+Blue) = 154+50+205=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A32CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A32CD is #65CD32. Grayscale: #626262. Windows color (decimal): -6671667 or 13447834. OLE color: 13447834.

HSL color Cylindrical-coordinate representation of color #9A32CD: hue angle of 280.26º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A32CD is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 50 205 -
CMYK 0.25 0.76 0 0.20
HSL 280.26º 0.61% 0.5% -
HSV(B) 280.26º 0.76% 0.8% -
XYZ 25.49 13.56 59.03 -
YUV 98.77 187.96 167.4 -
System Red Green Blue C M Y K H S L
Decimal 154 50 205 0.25 0.76 0 0.20 280.26 0.61 0.5
Hex 9A 32 CD 19 4C 0 14 118 3D 32
Octal 232 62 315 31 114 0 24 430 75 62
Binary 10011010 110010 11001101 11001 1001100 0 10100 100011000 111101 110010

Color Harmonies of #9A32CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A32CD

Black with #9A32CD

Text Example


Text Example

White with #9A32CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A32CD; }

 p { color: rgb(154,50,205); }

 H1.HeaderClassName
 {
   color: #9A32CD;
 }
 .AnyTagClassName
 {
   color: #9A32CD;
 }
</style>

background-color css

<style>
 a { background-color: #9A32CD; }

 a { background-color: rgb(154,50,205); }

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

border-color css

<style>
 span { border-color: #9A32CD; }

 span { border-color: rgb(154,50,205); }

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