Html Css Color HEX #9510ED Dark Violet

📋 copy color: '#9510ED'

red 149 ◦ green 16 ◦ blue 237

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

Shades of Dark Violet #9510ED

Tints of Dark Violet #9510ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.96%

R = 37.06%
G = 3.98%
B = 58.96%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9510ED (or 0x9510ED) is known color: Dark Violet. HEX triplet: 95, 10 and ED. RGB value is (149,16,237). Sum of RGB (Red+Green+Blue) = 149+16+237=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #9510ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9510ED is #6AEF12. Grayscale: #505050. Windows color (decimal): -7008019 or 15536277. OLE color: 15536277.

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

Color convert

RGB 149 16 237 -
CMYK 0.37 0.93 0 0.07
HSL 276.11º 0.87% 0.5% -
HSV(B) 276.11º 0.93% 0.93% -
XYZ 27.87 12.87 81.14 -
YUV 80.96 216.06 176.53 -
System Red Green Blue C M Y K H S L
Decimal 149 16 237 0.37 0.93 0 0.07 276.11 0.87 0.5
Hex 95 10 ED 25 5D 0 7 114 57 32
Octal 225 20 355 45 135 0 7 424 127 62
Binary 10010101 10000 11101101 100101 1011101 0 111 100010100 1010111 110010

Color Harmonies of #9510ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9510ED

Black with #9510ED

Text Example


Text Example

White with #9510ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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