Html Css Color HEX #9504FE Dark Violet

📋 copy color: '#9504FE'

red 149 ◦ green 4 ◦ blue 254

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

Shades of Dark Violet #9504FE

Tints of Dark Violet #9504FE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.98%

 BLUE value IS 254 (99.61% from 255) = 62.41%

R = 36.61%
G = 0.98%
B = 62.41%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9504FE (or 0x9504FE) is known color: Dark Violet. HEX triplet: 95, 04 and FE. RGB value is (149,4,254). Sum of RGB (Red+Green+Blue) = 149+4+254=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #9504FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9504FE is #6AFB01. Grayscale: #4B4B4B. Windows color (decimal): -7011074 or 16647317. OLE color: 16647317.

HSL color Cylindrical-coordinate representation of color #9504FE: hue angle of 274.8º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9504FE is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 149 4 254 -
CMYK 0.41 0.98 0 0.00
HSL 274.8º 0.99% 0.51% -
HSV(B) 274.8º 0.98% 1% -
XYZ 30.33 13.63 94.8 -
YUV 75.86 228.54 180.17 -
System Red Green Blue C M Y K H S L
Decimal 149 4 254 0.41 0.98 0 0.00 274.8 0.99 0.51
Hex 95 4 FE 29 62 0 0 113 63 33
Octal 225 4 376 51 142 0 0 423 143 63
Binary 10010101 100 11111110 101001 1100010 0 0 100010011 1100011 110011

Color Harmonies of #9504FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9504FE

Black with #9504FE

Text Example


Text Example

White with #9504FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9504FE; }

 p { color: rgb(149,4,254); }

 H1.HeaderClassName
 {
   color: #9504FE;
 }
 .AnyTagClassName
 {
   color: #9504FE;
 }
</style>

background-color css

<style>
 a { background-color: #9504FE; }

 a { background-color: rgb(149,4,254); }

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

border-color css

<style>
 span { border-color: #9504FE; }

 span { border-color: rgb(149,4,254); }

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