Html Css Color HEX #8525FA Blue Violet

📋 copy color: '#8525FA'

red 133 ◦ green 37 ◦ blue 250

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

Shades of Blue Violet #8525FA

Tints of Blue Violet #8525FA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.81%

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

R = 31.67%
G = 8.81%
B = 59.52%

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

#8525FA (or 0x8525FA) is known color: Blue Violet. HEX triplet: 85, 25 and FA. RGB value is (133,37,250). Sum of RGB (Red+Green+Blue) = 133+37+250=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #8525FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8525FA is #7ADA05. Grayscale: #595959. Windows color (decimal): -8051206 or 16393605. OLE color: 16393605.

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

Color convert

RGB 133 37 250 -
CMYK 0.47 0.85 0 0.02
HSL 267.04º 0.96% 0.56% -
HSV(B) 267.04º 0.85% 0.98% -
XYZ 27.59 13.21 91.54 -
YUV 89.99 218.3 158.68 -
System Red Green Blue C M Y K H S L
Decimal 133 37 250 0.47 0.85 0 0.02 267.04 0.96 0.56
Hex 85 25 FA 2F 55 0 2 10B 60 38
Octal 205 45 372 57 125 0 2 413 140 70
Binary 10000101 100101 11111010 101111 1010101 0 10 100001011 1100000 111000

Color Harmonies of #8525FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8525FA

Black with #8525FA

Text Example


Text Example

White with #8525FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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