Html Css Color HEX #9610D8 Dark Violet

📋 copy color: '#9610D8'

red 150 ◦ green 16 ◦ blue 216

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

Shades of Dark Violet #9610D8

Tints of Dark Violet #9610D8

RGB

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

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

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

R = 39.27%
G = 4.19%
B = 56.54%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9610D8 (or 0x9610D8) is known color: Dark Violet. HEX triplet: 96, 10 and D8. RGB value is (150,16,216). Sum of RGB (Red+Green+Blue) = 150+16+216=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 216 (84.77% from 255 or 56.54% from 382); Max value from RGB is 216 - color contains mainly: blue. Hex color #9610D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9610D8 is #69EF27. Grayscale: #4E4E4E. Windows color (decimal): -6942504 or 14160022. OLE color: 14160022.

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

Color convert

RGB 150 16 216 -
CMYK 0.31 0.93 0 0.15
HSL 280.2º 0.86% 0.45% -
HSV(B) 280.2º 0.93% 0.85% -
XYZ 25.16 11.81 65.92 -
YUV 78.87 205.39 178.74 -
System Red Green Blue C M Y K H S L
Decimal 150 16 216 0.31 0.93 0 0.15 280.2 0.86 0.45
Hex 96 10 D8 1F 5D 0 F 118 56 2D
Octal 226 20 330 37 135 0 17 430 126 55
Binary 10010110 10000 11011000 11111 1011101 0 1111 100011000 1010110 101101

Color Harmonies of #9610D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9610D8

Black with #9610D8

Text Example


Text Example

White with #9610D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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