Html Css Color HEX #9B10DF Dark Violet

📋 copy color: '#9B10DF'

red 155 ◦ green 16 ◦ blue 223

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

Shades of Dark Violet #9B10DF

Tints of Dark Violet #9B10DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.6%

R = 39.34%
G = 4.06%
B = 56.6%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B10DF (or 0x9B10DF) is known color: Dark Violet. HEX triplet: 9B, 10 and DF. RGB value is (155,16,223). Sum of RGB (Red+Green+Blue) = 155+16+223=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B10DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B10DF is #64EF20. Grayscale: #505050. Windows color (decimal): -6614817 or 14618779. OLE color: 14618779.

HSL color Cylindrical-coordinate representation of color #9B10DF: hue angle of 280.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B10DF is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 16 223 -
CMYK 0.30 0.93 0 0.13
HSL 280.29º 0.87% 0.47% -
HSV(B) 280.29º 0.93% 0.87% -
XYZ 27.02 12.67 70.83 -
YUV 81.16 208.05 180.67 -
System Red Green Blue C M Y K H S L
Decimal 155 16 223 0.30 0.93 0 0.13 280.29 0.87 0.47
Hex 9B 10 DF 1E 5D 0 D 118 57 2F
Octal 233 20 337 36 135 0 15 430 127 57
Binary 10011011 10000 11011111 11110 1011101 0 1101 100011000 1010111 101111

Color Harmonies of #9B10DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B10DF

Black with #9B10DF

Text Example


Text Example

White with #9B10DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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