Html Css Color HEX #9B16DA Dark Violet

📋 copy color: '#9B16DA'

red 155 ◦ green 22 ◦ blue 218

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

Shades of Dark Violet #9B16DA

Tints of Dark Violet #9B16DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.19%

R = 39.24%
G = 5.57%
B = 55.19%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9B16DA (or 0x9B16DA) is known color: Dark Violet. HEX triplet: 9B, 16 and DA. RGB value is (155,22,218). Sum of RGB (Red+Green+Blue) = 155+22+218=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B16DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B16DA is #64E925. Grayscale: #535353. Windows color (decimal): -6613286 or 14292635. OLE color: 14292635.

HSL color Cylindrical-coordinate representation of color #9B16DA: hue angle of 280.71º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B16DA is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 22 218 -
CMYK 0.29 0.90 0 0.15
HSL 280.71º 0.82% 0.47% -
HSV(B) 280.71º 0.9% 0.85% -
XYZ 26.46 12.6 67.37 -
YUV 84.11 203.56 178.56 -
System Red Green Blue C M Y K H S L
Decimal 155 22 218 0.29 0.90 0 0.15 280.71 0.82 0.47
Hex 9B 16 DA 1D 5A 0 F 119 52 2F
Octal 233 26 332 35 132 0 17 431 122 57
Binary 10011011 10110 11011010 11101 1011010 0 1111 100011001 1010010 101111

Color Harmonies of #9B16DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B16DA

Black with #9B16DA

Text Example


Text Example

White with #9B16DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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