Html Css Color HEX #9B2CAA Dark Orchid

📋 copy color: '#9B2CAA'

red 155 ◦ green 44 ◦ blue 170

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

Shades of Dark Orchid #9B2CAA

Tints of Dark Orchid #9B2CAA

RGB

 RED value IS 155 (60.94% from 255) = 42.01%

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

 BLUE value IS 170 (66.8% from 255) = 46.07%

R = 42.01%
G = 11.92%
B = 46.07%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B2CAA (or 0x9B2CAA) is known color: Dark Orchid. HEX triplet: 9B, 2C and AA. RGB value is (155,44,170). Sum of RGB (Red+Green+Blue) = 155+44+170=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B2CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2CAA is #64D355. Grayscale: #5B5B5B. Windows color (decimal): -6607702 or 11152539. OLE color: 11152539.

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

Color convert

RGB 155 44 170 -
CMYK 0.09 0.74 0 0.33
HSL 292.86º 0.59% 0.42% -
HSV(B) 292.86º 0.74% 0.67% -
XYZ 21.67 11.67 39.14 -
YUV 91.55 172.27 173.25 -
System Red Green Blue C M Y K H S L
Decimal 155 44 170 0.09 0.74 0 0.33 292.86 0.59 0.42
Hex 9B 2C AA 9 4A 0 21 125 3B 2A
Octal 233 54 252 11 112 0 41 445 73 52
Binary 10011011 101100 10101010 1001 1001010 0 100001 100100101 111011 101010

Color Harmonies of #9B2CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2CAA

Black with #9B2CAA

Text Example


Text Example

White with #9B2CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,44,170); }

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

background-color css

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

 a { background-color: rgb(155,44,170); }

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

border-color css

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

 span { border-color: rgb(155,44,170); }

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