Html Css Color HEX #9B10BF Dark Violet

📋 copy color: '#9B10BF'

red 155 ◦ green 16 ◦ blue 191

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

Shades of Dark Violet #9B10BF

Tints of Dark Violet #9B10BF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.42%

 BLUE value IS 191 (75% from 255) = 52.76%

R = 42.82%
G = 4.42%
B = 52.76%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B10BF (or 0x9B10BF) is known color: Dark Violet. HEX triplet: 9B, 10 and BF. RGB value is (155,16,191). Sum of RGB (Red+Green+Blue) = 155+16+191=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B10BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B10BF is #64EF40. Grayscale: #4C4C4C. Windows color (decimal): -6614849 or 12521627. OLE color: 12521627.

HSL color Cylindrical-coordinate representation of color #9B10BF: hue angle of 287.66º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B10BF is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 16 191 -
CMYK 0.19 0.92 0 0.25
HSL 287.66º 0.85% 0.41% -
HSV(B) 287.66º 0.92% 0.75% -
XYZ 23.11 11.1 50.22 -
YUV 77.51 192.05 183.27 -
System Red Green Blue C M Y K H S L
Decimal 155 16 191 0.19 0.92 0 0.25 287.66 0.85 0.41
Hex 9B 10 BF 13 5C 0 19 120 55 29
Octal 233 20 277 23 134 0 31 440 125 51
Binary 10011011 10000 10111111 10011 1011100 0 11001 100100000 1010101 101001

Color Harmonies of #9B10BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B10BF

Black with #9B10BF

Text Example


Text Example

White with #9B10BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,16,191); }

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

background-color css

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

 a { background-color: rgb(155,16,191); }

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

border-color css

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

 span { border-color: rgb(155,16,191); }

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