Html Css Color HEX #9500DF Dark Violet

📋 copy color: '#9500DF'

red 149 ◦ green 0 ◦ blue 223

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

Shades of Dark Violet #9500DF

Tints of Dark Violet #9500DF

RGB

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

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

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

R = 40.05%
G = 0%
B = 59.95%

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

#9500DF (or 0x9500DF) is known color: Dark Violet. HEX triplet: 95, 00 and DF. RGB value is (149,0,223). Sum of RGB (Red+Green+Blue) = 149+0+223=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #9500DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9500DF is #6AFF20. Grayscale: #454545. Windows color (decimal): -7012129 or 14614677. OLE color: 14614677.

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

Color convert

RGB 149 0 223 -
CMYK 0.33 1 0 0.13
HSL 280.09º 1% 0.44% -
HSV(B) 280.09º 1% 0.87% -
XYZ 25.71 11.72 70.72 -
YUV 69.97 214.36 184.37 -
System Red Green Blue C M Y K H S L
Decimal 149 0 223 0.33 1 0 0.13 280.09 1 0.44
Hex 95 0 DF 21 64 0 D 118 64 2C
Octal 225 0 337 41 144 0 15 430 144 54
Binary 10010101 0 11011111 100001 1100100 0 1101 100011000 1100100 101100

Color Harmonies of #9500DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9500DF

Black with #9500DF

Text Example


Text Example

White with #9500DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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