Html Css Color HEX #9B16E0 Dark Violet

📋 copy color: '#9B16E0'

red 155 ◦ green 22 ◦ blue 224

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

Shades of Dark Violet #9B16E0

Tints of Dark Violet #9B16E0

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.49%

 BLUE value IS 224 (87.89% from 255) = 55.86%

R = 38.65%
G = 5.49%
B = 55.86%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9B16E0 (or 0x9B16E0) is known color: Dark Violet. HEX triplet: 9B, 16 and E0. RGB value is (155,22,224). Sum of RGB (Red+Green+Blue) = 155+22+224=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #9B16E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B16E0 is #64E91F. Grayscale: #545454. Windows color (decimal): -6613280 or 14685851. OLE color: 14685851.

HSL color Cylindrical-coordinate representation of color #9B16E0: hue angle of 279.5º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B16E0 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 22 224 -
CMYK 0.31 0.90 0 0.12
HSL 279.5º 0.82% 0.48% -
HSV(B) 279.5º 0.9% 0.88% -
XYZ 27.26 12.92 71.58 -
YUV 84.8 206.56 178.07 -
System Red Green Blue C M Y K H S L
Decimal 155 22 224 0.31 0.90 0 0.12 279.5 0.82 0.48
Hex 9B 16 E0 1F 5A 0 C 118 52 30
Octal 233 26 340 37 132 0 14 430 122 60
Binary 10011011 10110 11100000 11111 1011010 0 1100 100011000 1010010 110000

Color Harmonies of #9B16E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B16E0

Black with #9B16E0

Text Example


Text Example

White with #9B16E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,22,224); }

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

background-color css

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

 a { background-color: rgb(155,22,224); }

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

border-color css

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

 span { border-color: rgb(155,22,224); }

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