Html Css Color HEX #9613CC Dark Violet

📋 copy color: '#9613CC'

red 150 ◦ green 19 ◦ blue 204

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

Shades of Dark Violet #9613CC

Tints of Dark Violet #9613CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.69%

R = 40.21%
G = 5.09%
B = 54.69%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9613CC (or 0x9613CC) is known color: Dark Violet. HEX triplet: 96, 13 and CC. RGB value is (150,19,204). Sum of RGB (Red+Green+Blue) = 150+19+204=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #9613CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9613CC is #69EC33. Grayscale: #4E4E4E. Windows color (decimal): -6941748 or 13374358. OLE color: 13374358.

HSL color Cylindrical-coordinate representation of color #9613CC: hue angle of 282.49º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9613CC is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 19 204 -
CMYK 0.26 0.91 0 0.2
HSL 282.49º 0.83% 0.44% -
HSV(B) 282.49º 0.91% 0.8% -
XYZ 23.71 11.31 58.06 -
YUV 79.26 198.4 178.46 -
System Red Green Blue C M Y K H S L
Decimal 150 19 204 0.26 0.91 0 0.2 282.49 0.83 0.44
Hex 96 13 CC 1A 5B 0 14 11A 53 2C
Octal 226 23 314 32 133 0 24 432 123 54
Binary 10010110 10011 11001100 11010 1011011 0 10100 100011010 1010011 101100

Color Harmonies of #9613CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9613CC

Black with #9613CC

Text Example


Text Example

White with #9613CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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