Html Css Color HEX #9B1CAF Dark Orchid

📋 copy color: '#9B1CAF'

red 155 ◦ green 28 ◦ blue 175

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

Shades of Dark Orchid #9B1CAF

Tints of Dark Orchid #9B1CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.88%

R = 43.3%
G = 7.82%
B = 48.88%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9B1CAF (or 0x9B1CAF) is known color: Dark Orchid. HEX triplet: 9B, 1C and AF. RGB value is (155,28,175). Sum of RGB (Red+Green+Blue) = 155+28+175=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B1CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1CAF is #64E350. Grayscale: #525252. Windows color (decimal): -6611793 or 11476123. OLE color: 11476123.

HSL color Cylindrical-coordinate representation of color #9B1CAF: hue angle of 291.84º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B1CAF is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 28 175 -
CMYK 0.11 0.84 0 0.31
HSL 291.84º 0.72% 0.4% -
HSV(B) 291.84º 0.84% 0.69% -
XYZ 21.67 10.89 41.52 -
YUV 82.73 180.08 179.55 -
System Red Green Blue C M Y K H S L
Decimal 155 28 175 0.11 0.84 0 0.31 291.84 0.72 0.4
Hex 9B 1C AF B 54 0 1F 124 48 28
Octal 233 34 257 13 124 0 37 444 110 50
Binary 10011011 11100 10101111 1011 1010100 0 11111 100100100 1001000 101000

Color Harmonies of #9B1CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1CAF

Black with #9B1CAF

Text Example


Text Example

White with #9B1CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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