Html Css Color HEX #9521FE Blue Violet

📋 copy color: '#9521FE'

red 149 ◦ green 33 ◦ blue 254

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

Shades of Blue Violet #9521FE

Tints of Blue Violet #9521FE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.57%

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

R = 34.17%
G = 7.57%
B = 58.26%

CMYK

 C value IS 0.41

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9521FE (or 0x9521FE) is known color: Blue Violet. HEX triplet: 95, 21 and FE. RGB value is (149,33,254). Sum of RGB (Red+Green+Blue) = 149+33+254=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #9521FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9521FE is #6ADE01. Grayscale: #5C5C5C. Windows color (decimal): -7003650 or 16654741. OLE color: 16654741.

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

Color convert

RGB 149 33 254 -
CMYK 0.41 0.87 0 0.00
HSL 271.49º 0.99% 0.56% -
HSV(B) 271.49º 0.87% 1% -
XYZ 30.83 14.63 94.97 -
YUV 92.88 218.93 168.03 -
System Red Green Blue C M Y K H S L
Decimal 149 33 254 0.41 0.87 0 0.00 271.49 0.99 0.56
Hex 95 21 FE 29 57 0 0 10F 63 38
Octal 225 41 376 51 127 0 0 417 143 70
Binary 10010101 100001 11111110 101001 1010111 0 0 100001111 1100011 111000

Color Harmonies of #9521FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9521FE

Black with #9521FE

Text Example


Text Example

White with #9521FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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