Html Css Color HEX #9613DB Dark Violet

📋 copy color: '#9613DB'

red 150 ◦ green 19 ◦ blue 219

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

Shades of Dark Violet #9613DB

Tints of Dark Violet #9613DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.9%

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

R = 38.66%
G = 4.9%
B = 56.44%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9613DB (or 0x9613DB) is known color: Dark Violet. HEX triplet: 96, 13 and DB. RGB value is (150,19,219). Sum of RGB (Red+Green+Blue) = 150+19+219=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #9613DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9613DB is #69EC24. Grayscale: #505050. Windows color (decimal): -6941733 or 14357398. OLE color: 14357398.

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

Color convert

RGB 150 19 219 -
CMYK 0.32 0.91 0 0.14
HSL 279.3º 0.84% 0.47% -
HSV(B) 279.3º 0.91% 0.86% -
XYZ 25.6 12.06 68 -
YUV 80.97 205.9 177.24 -
System Red Green Blue C M Y K H S L
Decimal 150 19 219 0.32 0.91 0 0.14 279.3 0.84 0.47
Hex 96 13 DB 20 5B 0 E 117 54 2F
Octal 226 23 333 40 133 0 16 427 124 57
Binary 10010110 10011 11011011 100000 1011011 0 1110 100010111 1010100 101111

Color Harmonies of #9613DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9613DB

Black with #9613DB

Text Example


Text Example

White with #9613DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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