Html Css Color HEX #8529FA Blue Violet

📋 copy color: '#8529FA'

red 133 ◦ green 41 ◦ blue 250

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

Shades of Blue Violet #8529FA

Tints of Blue Violet #8529FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.96%

R = 31.37%
G = 9.67%
B = 58.96%

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

#8529FA (or 0x8529FA) is known color: Blue Violet. HEX triplet: 85, 29 and FA. RGB value is (133,41,250). Sum of RGB (Red+Green+Blue) = 133+41+250=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #8529FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8529FA is #7AD605. Grayscale: #5B5B5B. Windows color (decimal): -8050182 or 16394629. OLE color: 16394629.

HSL color Cylindrical-coordinate representation of color #8529FA: hue angle of 266.41º degrees, saturation: 0.95, 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 #8529FA is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 41 250 -
CMYK 0.47 0.84 0 0.02
HSL 266.41º 0.95% 0.57% -
HSV(B) 266.41º 0.84% 0.98% -
XYZ 27.72 13.47 91.58 -
YUV 92.33 216.98 157.01 -
System Red Green Blue C M Y K H S L
Decimal 133 41 250 0.47 0.84 0 0.02 266.41 0.95 0.57
Hex 85 29 FA 2F 54 0 2 10A 5F 39
Octal 205 51 372 57 124 0 2 412 137 71
Binary 10000101 101001 11111010 101111 1010100 0 10 100001010 1011111 111001

Color Harmonies of #8529FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8529FA

Black with #8529FA

Text Example


Text Example

White with #8529FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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