Html Css Color HEX #9510D8 Dark Violet

📋 copy color: '#9510D8'

red 149 ◦ green 16 ◦ blue 216

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

Shades of Dark Violet #9510D8

Tints of Dark Violet #9510D8

RGB

 RED value IS 149 (58.59% from 255) = 39.11%

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

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

R = 39.11%
G = 4.2%
B = 56.69%

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

#9510D8 (or 0x9510D8) is known color: Dark Violet. HEX triplet: 95, 10 and D8. RGB value is (149,16,216). Sum of RGB (Red+Green+Blue) = 149+16+216=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 216 (84.77% from 255 or 56.69% from 381); Max value from RGB is 216 - color contains mainly: blue. Hex color #9510D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9510D8 is #6AEF27. Grayscale: #4D4D4D. Windows color (decimal): -7008040 or 14160021. OLE color: 14160021.

HSL color Cylindrical-coordinate representation of color #9510D8: hue angle of 279.9º 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 #9510D8 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 16 216 -
CMYK 0.31 0.93 0 0.15
HSL 279.9º 0.86% 0.45% -
HSV(B) 279.9º 0.93% 0.85% -
XYZ 24.97 11.72 65.91 -
YUV 78.57 205.56 178.24 -
System Red Green Blue C M Y K H S L
Decimal 149 16 216 0.31 0.93 0 0.15 279.9 0.86 0.45
Hex 95 10 D8 1F 5D 0 F 118 56 2D
Octal 225 20 330 37 135 0 17 430 126 55
Binary 10010101 10000 11011000 11111 1011101 0 1111 100011000 1010110 101101

Color Harmonies of #9510D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9510D8

Black with #9510D8

Text Example


Text Example

White with #9510D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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