Html Css Color HEX #9A2DCE Dark Orchid

📋 copy color: '#9A2DCE'

red 154 ◦ green 45 ◦ blue 206

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

Shades of Dark Orchid #9A2DCE

Tints of Dark Orchid #9A2DCE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.11%

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

R = 38.02%
G = 11.11%
B = 50.86%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A2DCE (or 0x9A2DCE) is known color: Dark Orchid. HEX triplet: 9A, 2D and CE. RGB value is (154,45,206). Sum of RGB (Red+Green+Blue) = 154+45+206=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A2DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2DCE is #65D231. Grayscale: #5F5F5F. Windows color (decimal): -6672946 or 13512090. OLE color: 13512090.

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

Color convert

RGB 154 45 206 -
CMYK 0.25 0.78 0 0.19
HSL 280.62º 0.64% 0.49% -
HSV(B) 280.62º 0.78% 0.81% -
XYZ 25.41 13.2 59.6 -
YUV 95.95 190.11 169.41 -
System Red Green Blue C M Y K H S L
Decimal 154 45 206 0.25 0.78 0 0.19 280.62 0.64 0.49
Hex 9A 2D CE 19 4E 0 13 119 40 31
Octal 232 55 316 31 116 0 23 431 100 61
Binary 10011010 101101 11001110 11001 1001110 0 10011 100011001 1000000 110001

Color Harmonies of #9A2DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2DCE

Black with #9A2DCE

Text Example


Text Example

White with #9A2DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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