Html Css Color HEX #8525FF Blue Violet

📋 copy color: '#8525FF'

red 133 ◦ green 37 ◦ blue 255

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

Shades of Blue Violet #8525FF

Tints of Blue Violet #8525FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60%

R = 31.29%
G = 8.71%
B = 60%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8525FF (or 0x8525FF) is known color: Blue Violet. HEX triplet: 85, 25 and FF. RGB value is (133,37,255). Sum of RGB (Red+Green+Blue) = 133+37+255=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #8525FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8525FF is #7ADA00. Grayscale: #595959. Windows color (decimal): -8051201 or 16721285. OLE color: 16721285.

HSL color Cylindrical-coordinate representation of color #8525FF: hue angle of 266.42º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8525FF is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 37 255 -
CMYK 0.48 0.85 0 0
HSL 266.42º 1% 0.57% -
HSV(B) 266.42º 0.85% 1% -
XYZ 28.38 13.53 95.72 -
YUV 90.56 220.8 158.27 -
System Red Green Blue C M Y K H S L
Decimal 133 37 255 0.48 0.85 0 0 266.42 1 0.57
Hex 85 25 FF 30 55 0 0 10A 64 39
Octal 205 45 377 60 125 0 0 412 144 71
Binary 10000101 100101 11111111 110000 1010101 0 0 100001010 1100100 111001

Color Harmonies of #8525FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8525FF

Black with #8525FF

Text Example


Text Example

White with #8525FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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