Html Css Color HEX #9500D6 Dark Violet

📋 copy color: '#9500D6'

red 149 ◦ green 0 ◦ blue 214

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

Shades of Dark Violet #9500D6

Tints of Dark Violet #9500D6

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 214 (83.98% from 255) = 58.95%

R = 41.05%
G = 0%
B = 58.95%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9500D6 (or 0x9500D6) is known color: Dark Violet. HEX triplet: 95, 00 and D6. RGB value is (149,0,214). Sum of RGB (Red+Green+Blue) = 149+0+214=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 214 (83.98% from 255 or 58.95% from 363); Max value from RGB is 214 - color contains mainly: blue. Hex color #9500D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9500D6 is #6AFF29. Grayscale: #444444. Windows color (decimal): -7012138 or 14024853. OLE color: 14024853.

HSL color Cylindrical-coordinate representation of color #9500D6: hue angle of 281.78º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9500D6 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 0 214 -
CMYK 0.30 1 0 0.16
HSL 281.78º 1% 0.42% -
HSV(B) 281.78º 1% 0.84% -
XYZ 24.53 11.24 64.5 -
YUV 68.95 209.86 185.1 -
System Red Green Blue C M Y K H S L
Decimal 149 0 214 0.30 1 0 0.16 281.78 1 0.42
Hex 95 0 D6 1E 64 0 10 11A 64 2A
Octal 225 0 326 36 144 0 20 432 144 52
Binary 10010101 0 11010110 11110 1100100 0 10000 100011010 1100100 101010

Color Harmonies of #9500D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9500D6

Black with #9500D6

Text Example


Text Example

White with #9500D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9500D6; }

 p { color: rgb(149,0,214); }

 H1.HeaderClassName
 {
   color: #9500D6;
 }
 .AnyTagClassName
 {
   color: #9500D6;
 }
</style>

background-color css

<style>
 a { background-color: #9500D6; }

 a { background-color: rgb(149,0,214); }

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

border-color css

<style>
 span { border-color: #9500D6; }

 span { border-color: rgb(149,0,214); }

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