Html Css Color HEX #9530FB Blue Violet

📋 copy color: '#9530FB'

red 149 ◦ green 48 ◦ blue 251

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

Shades of Blue Violet #9530FB

Tints of Blue Violet #9530FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.03%

R = 33.26%
G = 10.71%
B = 56.03%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9530FB (or 0x9530FB) is known color: Blue Violet. HEX triplet: 95, 30 and FB. RGB value is (149,48,251). Sum of RGB (Red+Green+Blue) = 149+48+251=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #9530FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9530FB is #6ACF04. Grayscale: #646464. Windows color (decimal): -6999813 or 16461973. OLE color: 16461973.

HSL color Cylindrical-coordinate representation of color #9530FB: hue angle of 269.85º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9530FB is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 48 251 -
CMYK 0.41 0.81 0 0.02
HSL 269.85º 0.96% 0.59% -
HSV(B) 269.85º 0.81% 0.98% -
XYZ 30.86 15.47 92.63 -
YUV 101.34 212.46 161.99 -
System Red Green Blue C M Y K H S L
Decimal 149 48 251 0.41 0.81 0 0.02 269.85 0.96 0.59
Hex 95 30 FB 29 51 0 2 10E 60 3B
Octal 225 60 373 51 121 0 2 416 140 73
Binary 10010101 110000 11111011 101001 1010001 0 10 100001110 1100000 111011

Color Harmonies of #9530FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9530FB

Black with #9530FB

Text Example


Text Example

White with #9530FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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