Html Css Color HEX #9A2BAC Dark Orchid

📋 copy color: '#9A2BAC'

red 154 ◦ green 43 ◦ blue 172

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

Shades of Dark Orchid #9A2BAC

Tints of Dark Orchid #9A2BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.65%

 BLUE value IS 172 (67.58% from 255) = 46.61%

R = 41.73%
G = 11.65%
B = 46.61%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A2BAC (or 0x9A2BAC) is known color: Dark Orchid. HEX triplet: 9A, 2B and AC. RGB value is (154,43,172). Sum of RGB (Red+Green+Blue) = 154+43+172=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A2BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2BAC is #65D453. Grayscale: #5A5A5A. Windows color (decimal): -6673492 or 11283354. OLE color: 11283354.

HSL color Cylindrical-coordinate representation of color #9A2BAC: hue angle of 291.63º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A2BAC is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 43 172 -
CMYK 0.10 0.75 0 0.33
HSL 291.63º 0.6% 0.42% -
HSV(B) 291.63º 0.75% 0.67% -
XYZ 21.64 11.58 40.12 -
YUV 90.9 173.77 173.01 -
System Red Green Blue C M Y K H S L
Decimal 154 43 172 0.10 0.75 0 0.33 291.63 0.6 0.42
Hex 9A 2B AC A 4B 0 21 124 3C 2A
Octal 232 53 254 12 113 0 41 444 74 52
Binary 10011010 101011 10101100 1010 1001011 0 100001 100100100 111100 101010

Color Harmonies of #9A2BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2BAC

Black with #9A2BAC

Text Example


Text Example

White with #9A2BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,43,172); }

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

background-color css

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

 a { background-color: rgb(154,43,172); }

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

border-color css

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

 span { border-color: rgb(154,43,172); }

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