Html Css Color HEX #9500D0 Dark Violet

📋 copy color: '#9500D0'

red 149 ◦ green 0 ◦ blue 208

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

Shades of Dark Violet #9500D0

Tints of Dark Violet #9500D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 58.26%

R = 41.74%
G = 0%
B = 58.26%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9500D0 (or 0x9500D0) is known color: Dark Violet. HEX triplet: 95, 00 and D0. RGB value is (149,0,208). Sum of RGB (Red+Green+Blue) = 149+0+208=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 208 (81.64% from 255 or 58.26% from 357); Max value from RGB is 208 - color contains mainly: blue. Hex color #9500D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9500D0 is #6AFF2F. Grayscale: #434343. Windows color (decimal): -7012144 or 13631637. OLE color: 13631637.

HSL color Cylindrical-coordinate representation of color #9500D0: hue angle of 282.98º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9500D0 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 0 208 -
CMYK 0.28 1 0 0.18
HSL 282.98º 1% 0.41% -
HSV(B) 282.98º 1% 0.82% -
XYZ 23.78 10.94 60.53 -
YUV 68.26 206.86 185.59 -
System Red Green Blue C M Y K H S L
Decimal 149 0 208 0.28 1 0 0.18 282.98 1 0.41
Hex 95 0 D0 1C 64 0 12 11B 64 29
Octal 225 0 320 34 144 0 22 433 144 51
Binary 10010101 0 11010000 11100 1100100 0 10010 100011011 1100100 101001

Color Harmonies of #9500D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9500D0

Black with #9500D0

Text Example


Text Example

White with #9500D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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