Html Css Color HEX #8528FC Blue Violet

📋 copy color: '#8528FC'

red 133 ◦ green 40 ◦ blue 252

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

Shades of Blue Violet #8528FC

Tints of Blue Violet #8528FC

RGB

 RED value IS 133 (52.34% from 255) = 31.29%

 GREEN value IS 40 (16.02% from 255) = 9.41%

 BLUE value IS 252 (98.83% from 255) = 59.29%

R = 31.29%
G = 9.41%
B = 59.29%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8528FC (or 0x8528FC) is known color: Blue Violet. HEX triplet: 85, 28 and FC. RGB value is (133,40,252). Sum of RGB (Red+Green+Blue) = 133+40+252=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #8528FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8528FC is #7AD703. Grayscale: #5B5B5B. Windows color (decimal): -8050436 or 16525445. OLE color: 16525445.

HSL color Cylindrical-coordinate representation of color #8528FC: hue angle of 266.32º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8528FC is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 40 252 -
CMYK 0.47 0.84 0 0.01
HSL 266.32º 0.97% 0.57% -
HSV(B) 266.32º 0.84% 0.99% -
XYZ 28 13.53 93.23 -
YUV 91.98 218.31 157.26 -
System Red Green Blue C M Y K H S L
Decimal 133 40 252 0.47 0.84 0 0.01 266.32 0.97 0.57
Hex 85 28 FC 2F 54 0 1 10A 61 39
Octal 205 50 374 57 124 0 1 412 141 71
Binary 10000101 101000 11111100 101111 1010100 0 1 100001010 1100001 111001

Color Harmonies of #8528FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8528FC

Black with #8528FC

Text Example


Text Example

White with #8528FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8528FC; }

 p { color: rgb(133,40,252); }

 H1.HeaderClassName
 {
   color: #8528FC;
 }
 .AnyTagClassName
 {
   color: #8528FC;
 }
</style>

background-color css

<style>
 a { background-color: #8528FC; }

 a { background-color: rgb(133,40,252); }

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

border-color css

<style>
 span { border-color: #8528FC; }

 span { border-color: rgb(133,40,252); }

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