Html Css Color HEX #9502FE Dark Violet

📋 copy color: '#9502FE'

red 149 ◦ green 2 ◦ blue 254

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

Shades of Dark Violet #9502FE

Tints of Dark Violet #9502FE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

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

R = 36.79%
G = 0.49%
B = 62.72%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9502FE (or 0x9502FE) is known color: Dark Violet. HEX triplet: 95, 02 and FE. RGB value is (149,2,254). Sum of RGB (Red+Green+Blue) = 149+2+254=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #9502FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9502FE is #6AFD01. Grayscale: #494949. Windows color (decimal): -7011586 or 16646805. OLE color: 16646805.

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

Color convert

RGB 149 2 254 -
CMYK 0.41 0.99 0 0.00
HSL 275º 0.99% 0.5% -
HSV(B) 275º 0.99% 1% -
XYZ 30.31 13.59 94.79 -
YUV 74.68 229.2 181.01 -
System Red Green Blue C M Y K H S L
Decimal 149 2 254 0.41 0.99 0 0.00 275 0.99 0.5
Hex 95 2 FE 29 63 0 0 113 63 32
Octal 225 2 376 51 143 0 0 423 143 62
Binary 10010101 10 11111110 101001 1100011 0 0 100010011 1100011 110010

Color Harmonies of #9502FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9502FE

Black with #9502FE

Text Example


Text Example

White with #9502FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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