Html Css Color HEX #9B1CAC Dark Orchid

📋 copy color: '#9B1CAC'

red 155 ◦ green 28 ◦ blue 172

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

Shades of Dark Orchid #9B1CAC

Tints of Dark Orchid #9B1CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.89%

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

R = 43.66%
G = 7.89%
B = 48.45%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B1CAC (or 0x9B1CAC) is known color: Dark Orchid. HEX triplet: 9B, 1C and AC. RGB value is (155,28,172). Sum of RGB (Red+Green+Blue) = 155+28+172=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B1CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1CAC is #64E353. Grayscale: #515151. Windows color (decimal): -6611796 or 11279515. OLE color: 11279515.

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

Color convert

RGB 155 28 172 -
CMYK 0.10 0.84 0 0.33
HSL 292.92º 0.72% 0.39% -
HSV(B) 292.92º 0.84% 0.67% -
XYZ 21.38 10.78 39.98 -
YUV 82.39 178.58 179.79 -
System Red Green Blue C M Y K H S L
Decimal 155 28 172 0.10 0.84 0 0.33 292.92 0.72 0.39
Hex 9B 1C AC A 54 0 21 125 48 27
Octal 233 34 254 12 124 0 41 445 110 47
Binary 10011011 11100 10101100 1010 1010100 0 100001 100100101 1001000 100111

Color Harmonies of #9B1CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1CAC

Black with #9B1CAC

Text Example


Text Example

White with #9B1CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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