Html Css Color HEX #9530F7 Blue Violet

📋 copy color: '#9530F7'

red 149 ◦ green 48 ◦ blue 247

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

Shades of Blue Violet #9530F7

Tints of Blue Violet #9530F7

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.81%

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

R = 33.56%
G = 10.81%
B = 55.63%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9530F7 (or 0x9530F7) is known color: Blue Violet. HEX triplet: 95, 30 and F7. RGB value is (149,48,247). Sum of RGB (Red+Green+Blue) = 149+48+247=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 247 (96.88% from 255 or 55.63% from 444); Max value from RGB is 247 - color contains mainly: blue. Hex color #9530F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9530F7 is #6ACF08. Grayscale: #646464. Windows color (decimal): -6999817 or 16199829. OLE color: 16199829.

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

Color convert

RGB 149 48 247 -
CMYK 0.40 0.81 0 0.03
HSL 270.45º 0.93% 0.58% -
HSV(B) 270.45º 0.81% 0.97% -
XYZ 30.24 15.22 89.34 -
YUV 100.89 210.46 162.32 -
System Red Green Blue C M Y K H S L
Decimal 149 48 247 0.40 0.81 0 0.03 270.45 0.93 0.58
Hex 95 30 F7 28 51 0 3 10E 5D 3A
Octal 225 60 367 50 121 0 3 416 135 72
Binary 10010101 110000 11110111 101000 1010001 0 11 100001110 1011101 111010

Color Harmonies of #9530F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9530F7

Black with #9530F7

Text Example


Text Example

White with #9530F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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