Html Css Color HEX #9617DB Dark Violet

📋 copy color: '#9617DB'

red 150 ◦ green 23 ◦ blue 219

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

Shades of Dark Violet #9617DB

Tints of Dark Violet #9617DB

RGB

 RED value IS 150 (58.98% from 255) = 38.27%

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

 BLUE value IS 219 (85.94% from 255) = 55.87%

R = 38.27%
G = 5.87%
B = 55.87%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9617DB (or 0x9617DB) is known color: Dark Violet. HEX triplet: 96, 17 and DB. RGB value is (150,23,219). Sum of RGB (Red+Green+Blue) = 150+23+219=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 23 (9.38% from 255 or 5.87% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #9617DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9617DB is #69E824. Grayscale: #525252. Windows color (decimal): -6940709 or 14358422. OLE color: 14358422.

HSL color Cylindrical-coordinate representation of color #9617DB: hue angle of 278.88º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9617DB is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 23 219 -
CMYK 0.32 0.89 0 0.14
HSL 278.88º 0.81% 0.47% -
HSV(B) 278.88º 0.89% 0.86% -
XYZ 25.67 12.21 68.02 -
YUV 83.32 204.58 175.56 -
System Red Green Blue C M Y K H S L
Decimal 150 23 219 0.32 0.89 0 0.14 278.88 0.81 0.47
Hex 96 17 DB 20 59 0 E 117 51 2F
Octal 226 27 333 40 131 0 16 427 121 57
Binary 10010110 10111 11011011 100000 1011001 0 1110 100010111 1010001 101111

Color Harmonies of #9617DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9617DB

Black with #9617DB

Text Example


Text Example

White with #9617DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9617DB; }

 p { color: rgb(150,23,219); }

 H1.HeaderClassName
 {
   color: #9617DB;
 }
 .AnyTagClassName
 {
   color: #9617DB;
 }
</style>

background-color css

<style>
 a { background-color: #9617DB; }

 a { background-color: rgb(150,23,219); }

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

border-color css

<style>
 span { border-color: #9617DB; }

 span { border-color: rgb(150,23,219); }

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