Html Css Color HEX #9610CD Dark Violet

📋 copy color: '#9610CD'

red 150 ◦ green 16 ◦ blue 205

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

Shades of Dark Violet #9610CD

Tints of Dark Violet #9610CD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.31%

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

R = 40.43%
G = 4.31%
B = 55.26%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9610CD (or 0x9610CD) is known color: Dark Violet. HEX triplet: 96, 10 and CD. RGB value is (150,16,205). Sum of RGB (Red+Green+Blue) = 150+16+205=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #9610CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9610CD is #69EF32. Grayscale: #4C4C4C. Windows color (decimal): -6942515 or 13439126. OLE color: 13439126.

HSL color Cylindrical-coordinate representation of color #9610CD: hue angle of 282.54º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9610CD is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 16 205 -
CMYK 0.27 0.92 0 0.20
HSL 282.54º 0.86% 0.43% -
HSV(B) 282.54º 0.92% 0.8% -
XYZ 23.78 11.26 58.68 -
YUV 77.61 199.89 179.63 -
System Red Green Blue C M Y K H S L
Decimal 150 16 205 0.27 0.92 0 0.20 282.54 0.86 0.43
Hex 96 10 CD 1B 5C 0 14 11B 56 2B
Octal 226 20 315 33 134 0 24 433 126 53
Binary 10010110 10000 11001101 11011 1011100 0 10100 100011011 1010110 101011

Color Harmonies of #9610CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9610CD

Black with #9610CD

Text Example


Text Example

White with #9610CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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