Html Css Color HEX #9510DF Dark Violet

📋 copy color: '#9510DF'

red 149 ◦ green 16 ◦ blue 223

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

Shades of Dark Violet #9510DF

Tints of Dark Violet #9510DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.47%

R = 38.4%
G = 4.12%
B = 57.47%

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

#9510DF (or 0x9510DF) is known color: Dark Violet. HEX triplet: 95, 10 and DF. RGB value is (149,16,223). Sum of RGB (Red+Green+Blue) = 149+16+223=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #9510DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9510DF is #6AEF20. Grayscale: #4E4E4E. Windows color (decimal): -7008033 or 14618773. OLE color: 14618773.

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

Color convert

RGB 149 16 223 -
CMYK 0.33 0.93 0 0.13
HSL 278.55º 0.87% 0.47% -
HSV(B) 278.55º 0.93% 0.87% -
XYZ 25.9 12.09 70.78 -
YUV 79.37 209.06 177.67 -
System Red Green Blue C M Y K H S L
Decimal 149 16 223 0.33 0.93 0 0.13 278.55 0.87 0.47
Hex 95 10 DF 21 5D 0 D 117 57 2F
Octal 225 20 337 41 135 0 15 427 127 57
Binary 10010101 10000 11011111 100001 1011101 0 1101 100010111 1010111 101111

Color Harmonies of #9510DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9510DF

Black with #9510DF

Text Example


Text Example

White with #9510DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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