Html Css Color HEX #9510DE Dark Violet

📋 copy color: '#9510DE'

red 149 ◦ green 16 ◦ blue 222

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

Shades of Dark Violet #9510DE

Tints of Dark Violet #9510DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.36%

R = 38.5%
G = 4.13%
B = 57.36%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9510DE (or 0x9510DE) is known color: Dark Violet. HEX triplet: 95, 10 and DE. RGB value is (149,16,222). Sum of RGB (Red+Green+Blue) = 149+16+222=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #9510DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9510DE is #6AEF21. Grayscale: #4E4E4E. Windows color (decimal): -7008034 or 14553237. OLE color: 14553237.

HSL color Cylindrical-coordinate representation of color #9510DE: hue angle of 278.74º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9510DE is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 16 222 -
CMYK 0.33 0.93 0 0.13
HSL 278.74º 0.87% 0.47% -
HSV(B) 278.74º 0.93% 0.87% -
XYZ 25.76 12.03 70.07 -
YUV 79.25 208.56 177.75 -
System Red Green Blue C M Y K H S L
Decimal 149 16 222 0.33 0.93 0 0.13 278.74 0.87 0.47
Hex 95 10 DE 21 5D 0 D 117 57 2F
Octal 225 20 336 41 135 0 15 427 127 57
Binary 10010101 10000 11011110 100001 1011101 0 1101 100010111 1010111 101111

Color Harmonies of #9510DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9510DE

Black with #9510DE

Text Example


Text Example

White with #9510DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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