Html Css Color HEX #9B1AAC Dark Orchid

📋 copy color: '#9B1AAC'

red 155 ◦ green 26 ◦ blue 172

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

Shades of Dark Orchid #9B1AAC

Tints of Dark Orchid #9B1AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.37%

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

R = 43.91%
G = 7.37%
B = 48.73%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B1AAC (or 0x9B1AAC) is known color: Dark Orchid. HEX triplet: 9B, 1A and AC. RGB value is (155,26,172). Sum of RGB (Red+Green+Blue) = 155+26+172=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B1AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1AAC is #64E553. Grayscale: #505050. Windows color (decimal): -6612308 or 11279003. OLE color: 11279003.

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

Color convert

RGB 155 26 172 -
CMYK 0.10 0.85 0 0.33
HSL 293.01º 0.74% 0.39% -
HSV(B) 293.01º 0.85% 0.67% -
XYZ 21.33 10.69 39.97 -
YUV 81.22 179.24 180.63 -
System Red Green Blue C M Y K H S L
Decimal 155 26 172 0.10 0.85 0 0.33 293.01 0.74 0.39
Hex 9B 1A AC A 55 0 21 125 4A 27
Octal 233 32 254 12 125 0 41 445 112 47
Binary 10011011 11010 10101100 1010 1010101 0 100001 100100101 1001010 100111

Color Harmonies of #9B1AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1AAC

Black with #9B1AAC

Text Example


Text Example

White with #9B1AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,26,172); }

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

background-color css

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

 a { background-color: rgb(155,26,172); }

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

border-color css

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

 span { border-color: rgb(155,26,172); }

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