Html Css Color HEX #8528FD Blue Violet

📋 copy color: '#8528FD'

red 133 ◦ green 40 ◦ blue 253

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

Shades of Blue Violet #8528FD

Tints of Blue Violet #8528FD

RGB

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

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

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

R = 31.22%
G = 9.39%
B = 59.39%

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

#8528FD (or 0x8528FD) is known color: Blue Violet. HEX triplet: 85, 28 and FD. RGB value is (133,40,253). Sum of RGB (Red+Green+Blue) = 133+40+253=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #8528FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8528FD is #7AD702. Grayscale: #5B5B5B. Windows color (decimal): -8050435 or 16590981. OLE color: 16590981.

HSL color Cylindrical-coordinate representation of color #8528FD: hue angle of 266.2º degrees, saturation: 0.98, 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 #8528FD is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 40 253 -
CMYK 0.47 0.84 0 0.01
HSL 266.2º 0.98% 0.57% -
HSV(B) 266.2º 0.84% 0.99% -
XYZ 28.16 13.6 94.07 -
YUV 92.09 218.81 157.18 -
System Red Green Blue C M Y K H S L
Decimal 133 40 253 0.47 0.84 0 0.01 266.2 0.98 0.57
Hex 85 28 FD 2F 54 0 1 10A 62 39
Octal 205 50 375 57 124 0 1 412 142 71
Binary 10000101 101000 11111101 101111 1010100 0 1 100001010 1100010 111001

Color Harmonies of #8528FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8528FD

Black with #8528FD

Text Example


Text Example

White with #8528FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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