Html Css Color HEX #9A2ACB Dark Orchid

📋 copy color: '#9A2ACB'

red 154 ◦ green 42 ◦ blue 203

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

Shades of Dark Orchid #9A2ACB

Tints of Dark Orchid #9A2ACB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.53%

 BLUE value IS 203 (79.69% from 255) = 50.88%

R = 38.6%
G = 10.53%
B = 50.88%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A2ACB (or 0x9A2ACB) is known color: Dark Orchid. HEX triplet: 9A, 2A and CB. RGB value is (154,42,203). Sum of RGB (Red+Green+Blue) = 154+42+203=399 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.60% from 399); Green value is 42 (16.80% from 255 or 10.53% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A2ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2ACB is #65D534. Grayscale: #5D5D5D. Windows color (decimal): -6673717 or 13314714. OLE color: 13314714.

HSL color Cylindrical-coordinate representation of color #9A2ACB: hue angle of 281.74º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A2ACB is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 42 203 -
CMYK 0.24 0.79 0 0.20
HSL 281.74º 0.66% 0.48% -
HSV(B) 281.74º 0.79% 0.8% -
XYZ 24.93 12.84 57.66 -
YUV 93.84 189.61 170.91 -
System Red Green Blue C M Y K H S L
Decimal 154 42 203 0.24 0.79 0 0.20 281.74 0.66 0.48
Hex 9A 2A CB 18 4F 0 14 11A 42 30
Octal 232 52 313 30 117 0 24 432 102 60
Binary 10011010 101010 11001011 11000 1001111 0 10100 100011010 1000010 110000

Color Harmonies of #9A2ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2ACB

Black with #9A2ACB

Text Example


Text Example

White with #9A2ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,42,203); }

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

background-color css

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

 a { background-color: rgb(154,42,203); }

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

border-color css

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

 span { border-color: rgb(154,42,203); }

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