Html Css Color HEX #9613D8 Dark Violet

📋 copy color: '#9613D8'

red 150 ◦ green 19 ◦ blue 216

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

Shades of Dark Violet #9613D8

Tints of Dark Violet #9613D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 56.1%

R = 38.96%
G = 4.94%
B = 56.1%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9613D8 (or 0x9613D8) is known color: Dark Violet. HEX triplet: 96, 13 and D8. RGB value is (150,19,216). Sum of RGB (Red+Green+Blue) = 150+19+216=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 216 (84.77% from 255 or 56.10% from 385); Max value from RGB is 216 - color contains mainly: blue. Hex color #9613D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9613D8 is #69EC27. Grayscale: #4F4F4F. Windows color (decimal): -6941736 or 14160790. OLE color: 14160790.

HSL color Cylindrical-coordinate representation of color #9613D8: hue angle of 279.9º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9613D8 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 19 216 -
CMYK 0.31 0.91 0 0.15
HSL 279.9º 0.84% 0.46% -
HSV(B) 279.9º 0.91% 0.85% -
XYZ 25.21 11.91 65.94 -
YUV 80.63 204.4 177.48 -
System Red Green Blue C M Y K H S L
Decimal 150 19 216 0.31 0.91 0 0.15 279.9 0.84 0.46
Hex 96 13 D8 1F 5B 0 F 118 54 2E
Octal 226 23 330 37 133 0 17 430 124 56
Binary 10010110 10011 11011000 11111 1011011 0 1111 100011000 1010100 101110

Color Harmonies of #9613D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9613D8

Black with #9613D8

Text Example


Text Example

White with #9613D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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