Html Css Color HEX #8529FB Blue Violet

📋 copy color: '#8529FB'

red 133 ◦ green 41 ◦ blue 251

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

Shades of Blue Violet #8529FB

Tints of Blue Violet #8529FB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.65%

 BLUE value IS 251 (98.44% from 255) = 59.06%

R = 31.29%
G = 9.65%
B = 59.06%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8529FB (or 0x8529FB) is known color: Blue Violet. HEX triplet: 85, 29 and FB. RGB value is (133,41,251). Sum of RGB (Red+Green+Blue) = 133+41+251=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #8529FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8529FB is #7AD604. Grayscale: #5B5B5B. Windows color (decimal): -8050181 or 16460165. OLE color: 16460165.

HSL color Cylindrical-coordinate representation of color #8529FB: hue angle of 266.29º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8529FB is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 41 251 -
CMYK 0.47 0.84 0 0.02
HSL 266.29º 0.96% 0.57% -
HSV(B) 266.29º 0.84% 0.98% -
XYZ 27.88 13.54 92.41 -
YUV 92.45 217.48 156.92 -
System Red Green Blue C M Y K H S L
Decimal 133 41 251 0.47 0.84 0 0.02 266.29 0.96 0.57
Hex 85 29 FB 2F 54 0 2 10A 60 39
Octal 205 51 373 57 124 0 2 412 140 71
Binary 10000101 101001 11111011 101111 1010100 0 10 100001010 1100000 111001

Color Harmonies of #8529FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8529FB

Black with #8529FB

Text Example


Text Example

White with #8529FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8529FB; }

 p { color: rgb(133,41,251); }

 H1.HeaderClassName
 {
   color: #8529FB;
 }
 .AnyTagClassName
 {
   color: #8529FB;
 }
</style>

background-color css

<style>
 a { background-color: #8529FB; }

 a { background-color: rgb(133,41,251); }

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

border-color css

<style>
 span { border-color: #8529FB; }

 span { border-color: rgb(133,41,251); }

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