Html Css Color HEX #8526FA Blue Violet

📋 copy color: '#8526FA'

red 133 ◦ green 38 ◦ blue 250

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

Shades of Blue Violet #8526FA

Tints of Blue Violet #8526FA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.03%

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

R = 31.59%
G = 9.03%
B = 59.38%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8526FA (or 0x8526FA) is known color: Blue Violet. HEX triplet: 85, 26 and FA. RGB value is (133,38,250). Sum of RGB (Red+Green+Blue) = 133+38+250=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #8526FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8526FA is #7AD905. Grayscale: #595959. Windows color (decimal): -8050950 or 16393861. OLE color: 16393861.

HSL color Cylindrical-coordinate representation of color #8526FA: hue angle of 266.89º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8526FA is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 38 250 -
CMYK 0.47 0.85 0 0.02
HSL 266.89º 0.95% 0.56% -
HSV(B) 266.89º 0.85% 0.98% -
XYZ 27.62 13.27 91.55 -
YUV 90.57 217.97 158.26 -
System Red Green Blue C M Y K H S L
Decimal 133 38 250 0.47 0.85 0 0.02 266.89 0.95 0.56
Hex 85 26 FA 2F 55 0 2 10B 5F 38
Octal 205 46 372 57 125 0 2 413 137 70
Binary 10000101 100110 11111010 101111 1010101 0 10 100001011 1011111 111000

Color Harmonies of #8526FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8526FA

Black with #8526FA

Text Example


Text Example

White with #8526FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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