Html Css Color HEX #9A2CCE Dark Orchid

📋 copy color: '#9A2CCE'

red 154 ◦ green 44 ◦ blue 206

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

Shades of Dark Orchid #9A2CCE

Tints of Dark Orchid #9A2CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.99%

R = 38.12%
G = 10.89%
B = 50.99%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A2CCE (or 0x9A2CCE) is known color: Dark Orchid. HEX triplet: 9A, 2C and CE. RGB value is (154,44,206). Sum of RGB (Red+Green+Blue) = 154+44+206=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A2CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2CCE is #65D331. Grayscale: #5E5E5E. Windows color (decimal): -6673202 or 13511834. OLE color: 13511834.

HSL color Cylindrical-coordinate representation of color #9A2CCE: hue angle of 280.74º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A2CCE is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 44 206 -
CMYK 0.25 0.79 0 0.19
HSL 280.74º 0.65% 0.49% -
HSV(B) 280.74º 0.79% 0.81% -
XYZ 25.37 13.13 59.59 -
YUV 95.36 190.44 169.83 -
System Red Green Blue C M Y K H S L
Decimal 154 44 206 0.25 0.79 0 0.19 280.74 0.65 0.49
Hex 9A 2C CE 19 4F 0 13 119 41 31
Octal 232 54 316 31 117 0 23 431 101 61
Binary 10011010 101100 11001110 11001 1001111 0 10011 100011001 1000001 110001

Color Harmonies of #9A2CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2CCE

Black with #9A2CCE

Text Example


Text Example

White with #9A2CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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