Html Css Color HEX #9B17DC Dark Violet

📋 copy color: '#9B17DC'

red 155 ◦ green 23 ◦ blue 220

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

Shades of Dark Violet #9B17DC

Tints of Dark Violet #9B17DC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.78%

 BLUE value IS 220 (86.33% from 255) = 55.28%

R = 38.94%
G = 5.78%
B = 55.28%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B17DC (or 0x9B17DC) is known color: Dark Violet. HEX triplet: 9B, 17 and DC. RGB value is (155,23,220). Sum of RGB (Red+Green+Blue) = 155+23+220=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B17DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B17DC is #64E823. Grayscale: #545454. Windows color (decimal): -6613028 or 14423963. OLE color: 14423963.

HSL color Cylindrical-coordinate representation of color #9B17DC: hue angle of 280.2º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B17DC is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 23 220 -
CMYK 0.30 0.90 0 0.14
HSL 280.2º 0.81% 0.48% -
HSV(B) 280.2º 0.9% 0.86% -
XYZ 26.74 12.75 68.76 -
YUV 84.93 204.23 177.98 -
System Red Green Blue C M Y K H S L
Decimal 155 23 220 0.30 0.90 0 0.14 280.2 0.81 0.48
Hex 9B 17 DC 1E 5A 0 E 118 51 30
Octal 233 27 334 36 132 0 16 430 121 60
Binary 10011011 10111 11011100 11110 1011010 0 1110 100011000 1010001 110000

Color Harmonies of #9B17DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B17DC

Black with #9B17DC

Text Example


Text Example

White with #9B17DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,23,220); }

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

background-color css

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

 a { background-color: rgb(155,23,220); }

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

border-color css

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

 span { border-color: rgb(155,23,220); }

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