Html Css Color HEX #9A2CDD Dark Orchid

📋 copy color: '#9A2CDD'

red 154 ◦ green 44 ◦ blue 221

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

Shades of Dark Orchid #9A2CDD

Tints of Dark Orchid #9A2CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.5%

 BLUE value IS 221 (86.72% from 255) = 52.74%

R = 36.75%
G = 10.5%
B = 52.74%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A2CDD (or 0x9A2CDD) is known color: Dark Orchid. HEX triplet: 9A, 2C and DD. RGB value is (154,44,221). Sum of RGB (Red+Green+Blue) = 154+44+221=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A2CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2CDD is #65D322. Grayscale: #606060. Windows color (decimal): -6673187 or 14494874. OLE color: 14494874.

HSL color Cylindrical-coordinate representation of color #9A2CDD: hue angle of 277.29º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A2CDD is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 44 221 -
CMYK 0.30 0.80 0 0.13
HSL 277.29º 0.72% 0.52% -
HSV(B) 277.29º 0.8% 0.87% -
XYZ 27.28 13.89 69.65 -
YUV 97.07 197.94 168.61 -
System Red Green Blue C M Y K H S L
Decimal 154 44 221 0.30 0.80 0 0.13 277.29 0.72 0.52
Hex 9A 2C DD 1E 50 0 D 115 48 34
Octal 232 54 335 36 120 0 15 425 110 64
Binary 10011010 101100 11011101 11110 1010000 0 1101 100010101 1001000 110100

Color Harmonies of #9A2CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2CDD

Black with #9A2CDD

Text Example


Text Example

White with #9A2CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,44,221); }

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

background-color css

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

 a { background-color: rgb(154,44,221); }

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

border-color css

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

 span { border-color: rgb(154,44,221); }

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