Html Css Color HEX #9B07BE Dark Violet

📋 copy color: '#9B07BE'

red 155 ◦ green 7 ◦ blue 190

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

Shades of Dark Violet #9B07BE

Tints of Dark Violet #9B07BE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.99%

 BLUE value IS 190 (74.61% from 255) = 53.98%

R = 44.03%
G = 1.99%
B = 53.98%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B07BE (or 0x9B07BE) is known color: Dark Violet. HEX triplet: 9B, 07 and BE. RGB value is (155,7,190). Sum of RGB (Red+Green+Blue) = 155+7+190=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B07BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B07BE is #64F841. Grayscale: #474747. Windows color (decimal): -6617154 or 12453787. OLE color: 12453787.

HSL color Cylindrical-coordinate representation of color #9B07BE: hue angle of 288.52º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B07BE is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 7 190 -
CMYK 0.18 0.96 0 0.25
HSL 288.52º 0.93% 0.39% -
HSV(B) 288.52º 0.96% 0.75% -
XYZ 22.89 10.84 49.6 -
YUV 72.11 194.53 187.12 -
System Red Green Blue C M Y K H S L
Decimal 155 7 190 0.18 0.96 0 0.25 288.52 0.93 0.39
Hex 9B 7 BE 12 60 0 19 121 5D 27
Octal 233 7 276 22 140 0 31 441 135 47
Binary 10011011 111 10111110 10010 1100000 0 11001 100100001 1011101 100111

Color Harmonies of #9B07BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B07BE

Black with #9B07BE

Text Example


Text Example

White with #9B07BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,7,190); }

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

background-color css

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

 a { background-color: rgb(155,7,190); }

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

border-color css

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

 span { border-color: rgb(155,7,190); }

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