Html Css Color HEX #9B1EAF Dark Orchid

📋 copy color: '#9B1EAF'

red 155 ◦ green 30 ◦ blue 175

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

Shades of Dark Orchid #9B1EAF

Tints of Dark Orchid #9B1EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.33%

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

R = 43.06%
G = 8.33%
B = 48.61%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9B1EAF (or 0x9B1EAF) is known color: Dark Orchid. HEX triplet: 9B, 1E and AF. RGB value is (155,30,175). Sum of RGB (Red+Green+Blue) = 155+30+175=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B1EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1EAF is #64E150. Grayscale: #535353. Windows color (decimal): -6611281 or 11476635. OLE color: 11476635.

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

Color convert

RGB 155 30 175 -
CMYK 0.11 0.83 0 0.31
HSL 291.72º 0.71% 0.4% -
HSV(B) 291.72º 0.83% 0.69% -
XYZ 21.72 10.99 41.53 -
YUV 83.91 179.41 178.71 -
System Red Green Blue C M Y K H S L
Decimal 155 30 175 0.11 0.83 0 0.31 291.72 0.71 0.4
Hex 9B 1E AF B 53 0 1F 124 47 28
Octal 233 36 257 13 123 0 37 444 107 50
Binary 10011011 11110 10101111 1011 1010011 0 11111 100100100 1000111 101000

Color Harmonies of #9B1EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1EAF

Black with #9B1EAF

Text Example


Text Example

White with #9B1EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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