Html Css Color HEX #9500FD Dark Violet

📋 copy color: '#9500FD'

red 149 ◦ green 0 ◦ blue 253

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

Shades of Dark Violet #9500FD

Tints of Dark Violet #9500FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.94%

R = 37.06%
G = 0%
B = 62.94%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9500FD (or 0x9500FD) is known color: Dark Violet. HEX triplet: 95, 00 and FD. RGB value is (149,0,253). Sum of RGB (Red+Green+Blue) = 149+0+253=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 253 (99.22% from 255 or 62.94% from 402); Max value from RGB is 253 - color contains mainly: blue. Hex color #9500FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9500FD is #6AFF02. Grayscale: #484848. Windows color (decimal): -7012099 or 16580757. OLE color: 16580757.

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

Color convert

RGB 149 0 253 -
CMYK 0.41 1 0 0.01
HSL 275.34º 1% 0.5% -
HSV(B) 275.34º 1% 0.99% -
XYZ 30.12 13.48 93.94 -
YUV 73.39 229.36 181.93 -
System Red Green Blue C M Y K H S L
Decimal 149 0 253 0.41 1 0 0.01 275.34 1 0.5
Hex 95 0 FD 29 64 0 1 113 64 32
Octal 225 0 375 51 144 0 1 423 144 62
Binary 10010101 0 11111101 101001 1100100 0 1 100010011 1100100 110010

Color Harmonies of #9500FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9500FD

Black with #9500FD

Text Example


Text Example

White with #9500FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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