Html Css Color HEX #8525F9 Blue Violet

📋 copy color: '#8525F9'

red 133 ◦ green 37 ◦ blue 249

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

Shades of Blue Violet #8525F9

Tints of Blue Violet #8525F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 59.43%

R = 31.74%
G = 8.83%
B = 59.43%

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

#8525F9 (or 0x8525F9) is known color: Blue Violet. HEX triplet: 85, 25 and F9. RGB value is (133,37,249). Sum of RGB (Red+Green+Blue) = 133+37+249=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 249 (97.66% from 255 or 59.43% from 419); Max value from RGB is 249 - color contains mainly: blue. Hex color #8525F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8525F9 is #7ADA06. Grayscale: #595959. Windows color (decimal): -8051207 or 16328069. OLE color: 16328069.

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

Color convert

RGB 133 37 249 -
CMYK 0.47 0.85 0 0.02
HSL 267.17º 0.95% 0.56% -
HSV(B) 267.17º 0.85% 0.98% -
XYZ 27.43 13.15 90.71 -
YUV 89.87 217.8 158.76 -
System Red Green Blue C M Y K H S L
Decimal 133 37 249 0.47 0.85 0 0.02 267.17 0.95 0.56
Hex 85 25 F9 2F 55 0 2 10B 5F 38
Octal 205 45 371 57 125 0 2 413 137 70
Binary 10000101 100101 11111001 101111 1010101 0 10 100001011 1011111 111000

Color Harmonies of #8525F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8525F9

Black with #8525F9

Text Example


Text Example

White with #8525F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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