Html Css Color HEX #9500DE Dark Violet

📋 copy color: '#9500DE'

red 149 ◦ green 0 ◦ blue 222

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

Shades of Dark Violet #9500DE

Tints of Dark Violet #9500DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.84%

R = 40.16%
G = 0%
B = 59.84%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9500DE (or 0x9500DE) is known color: Dark Violet. HEX triplet: 95, 00 and DE. RGB value is (149,0,222). Sum of RGB (Red+Green+Blue) = 149+0+222=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #9500DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9500DE is #6AFF21. Grayscale: #454545. Windows color (decimal): -7012130 or 14549141. OLE color: 14549141.

HSL color Cylindrical-coordinate representation of color #9500DE: hue angle of 280.27º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9500DE is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 0 222 -
CMYK 0.33 1 0 0.13
HSL 280.27º 1% 0.44% -
HSV(B) 280.27º 1% 0.87% -
XYZ 25.58 11.66 70.01 -
YUV 69.86 213.86 184.45 -
System Red Green Blue C M Y K H S L
Decimal 149 0 222 0.33 1 0 0.13 280.27 1 0.44
Hex 95 0 DE 21 64 0 D 118 64 2C
Octal 225 0 336 41 144 0 15 430 144 54
Binary 10010101 0 11011110 100001 1100100 0 1101 100011000 1100100 101100

Color Harmonies of #9500DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9500DE

Black with #9500DE

Text Example


Text Example

White with #9500DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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