Html Css Color HEX #9613CD Dark Violet

📋 copy color: '#9613CD'

red 150 ◦ green 19 ◦ blue 205

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

Shades of Dark Violet #9613CD

Tints of Dark Violet #9613CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.81%

R = 40.11%
G = 5.08%
B = 54.81%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9613CD (or 0x9613CD) is known color: Dark Violet. HEX triplet: 96, 13 and CD. RGB value is (150,19,205). Sum of RGB (Red+Green+Blue) = 150+19+205=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #9613CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9613CD is #69EC32. Grayscale: #4E4E4E. Windows color (decimal): -6941747 or 13439894. OLE color: 13439894.

HSL color Cylindrical-coordinate representation of color #9613CD: hue angle of 282.26º 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 #9613CD is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 19 205 -
CMYK 0.27 0.91 0 0.20
HSL 282.26º 0.83% 0.44% -
HSV(B) 282.26º 0.91% 0.8% -
XYZ 23.83 11.36 58.69 -
YUV 79.37 198.9 178.38 -
System Red Green Blue C M Y K H S L
Decimal 150 19 205 0.27 0.91 0 0.20 282.26 0.83 0.44
Hex 96 13 CD 1B 5B 0 14 11A 53 2C
Octal 226 23 315 33 133 0 24 432 123 54
Binary 10010110 10011 11001101 11011 1011011 0 10100 100011010 1010011 101100

Color Harmonies of #9613CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9613CD

Black with #9613CD

Text Example


Text Example

White with #9613CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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