Html Css Color HEX #9610D1 Dark Violet

📋 copy color: '#9610D1'

red 150 ◦ green 16 ◦ blue 209

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

Shades of Dark Violet #9610D1

Tints of Dark Violet #9610D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 55.73%

R = 40%
G = 4.27%
B = 55.73%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9610D1 (or 0x9610D1) is known color: Dark Violet. HEX triplet: 96, 10 and D1. RGB value is (150,16,209). Sum of RGB (Red+Green+Blue) = 150+16+209=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 209 (82.03% from 255 or 55.73% from 375); Max value from RGB is 209 - color contains mainly: blue. Hex color #9610D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9610D1 is #69EF2E. Grayscale: #4D4D4D. Windows color (decimal): -6942511 or 13701270. OLE color: 13701270.

HSL color Cylindrical-coordinate representation of color #9610D1: hue angle of 281.66º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9610D1 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 16 209 -
CMYK 0.28 0.92 0 0.18
HSL 281.66º 0.86% 0.44% -
HSV(B) 281.66º 0.92% 0.82% -
XYZ 24.27 11.46 61.25 -
YUV 78.07 201.89 179.31 -
System Red Green Blue C M Y K H S L
Decimal 150 16 209 0.28 0.92 0 0.18 281.66 0.86 0.44
Hex 96 10 D1 1C 5C 0 12 11A 56 2C
Octal 226 20 321 34 134 0 22 432 126 54
Binary 10010110 10000 11010001 11100 1011100 0 10010 100011010 1010110 101100

Color Harmonies of #9610D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9610D1

Black with #9610D1

Text Example


Text Example

White with #9610D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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