Html Css Color HEX #9510DA Dark Violet

📋 copy color: '#9510DA'

red 149 ◦ green 16 ◦ blue 218

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

Shades of Dark Violet #9510DA

Tints of Dark Violet #9510DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.92%

R = 38.9%
G = 4.18%
B = 56.92%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9510DA (or 0x9510DA) is known color: Dark Violet. HEX triplet: 95, 10 and DA. RGB value is (149,16,218). Sum of RGB (Red+Green+Blue) = 149+16+218=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #9510DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9510DA is #6AEF25. Grayscale: #4E4E4E. Windows color (decimal): -7008038 or 14291093. OLE color: 14291093.

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

Color convert

RGB 149 16 218 -
CMYK 0.32 0.93 0 0.15
HSL 279.5º 0.86% 0.46% -
HSV(B) 279.5º 0.93% 0.85% -
XYZ 25.23 11.82 67.28 -
YUV 78.8 206.56 178.07 -
System Red Green Blue C M Y K H S L
Decimal 149 16 218 0.32 0.93 0 0.15 279.5 0.86 0.46
Hex 95 10 DA 20 5D 0 F 118 56 2E
Octal 225 20 332 40 135 0 17 430 126 56
Binary 10010101 10000 11011010 100000 1011101 0 1111 100011000 1010110 101110

Color Harmonies of #9510DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9510DA

Black with #9510DA

Text Example


Text Example

White with #9510DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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