Html Css Color HEX #9525F7 Blue Violet

📋 copy color: '#9525F7'

red 149 ◦ green 37 ◦ blue 247

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

Shades of Blue Violet #9525F7

Tints of Blue Violet #9525F7

RGB

 RED value IS 149 (58.59% from 255) = 34.41%

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

 BLUE value IS 247 (96.88% from 255) = 57.04%

R = 34.41%
G = 8.55%
B = 57.04%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9525F7 (or 0x9525F7) is known color: Blue Violet. HEX triplet: 95, 25 and F7. RGB value is (149,37,247). Sum of RGB (Red+Green+Blue) = 149+37+247=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 247 (96.88% from 255 or 57.04% from 433); Max value from RGB is 247 - color contains mainly: blue. Hex color #9525F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9525F7 is #6ADA08. Grayscale: #5D5D5D. Windows color (decimal): -7002633 or 16197013. OLE color: 16197013.

HSL color Cylindrical-coordinate representation of color #9525F7: hue angle of 272º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9525F7 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 37 247 -
CMYK 0.40 0.85 0 0.03
HSL 272º 0.93% 0.56% -
HSV(B) 272º 0.85% 0.97% -
XYZ 29.84 14.43 89.21 -
YUV 94.43 214.11 166.92 -
System Red Green Blue C M Y K H S L
Decimal 149 37 247 0.40 0.85 0 0.03 272 0.93 0.56
Hex 95 25 F7 28 55 0 3 110 5D 38
Octal 225 45 367 50 125 0 3 420 135 70
Binary 10010101 100101 11110111 101000 1010101 0 11 100010000 1011101 111000

Color Harmonies of #9525F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9525F7

Black with #9525F7

Text Example


Text Example

White with #9525F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9525F7; }

 p { color: rgb(149,37,247); }

 H1.HeaderClassName
 {
   color: #9525F7;
 }
 .AnyTagClassName
 {
   color: #9525F7;
 }
</style>

background-color css

<style>
 a { background-color: #9525F7; }

 a { background-color: rgb(149,37,247); }

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

border-color css

<style>
 span { border-color: #9525F7; }

 span { border-color: rgb(149,37,247); }

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