Html Css Color HEX #9530FA Blue Violet

📋 copy color: '#9530FA'

red 149 ◦ green 48 ◦ blue 250

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

Shades of Blue Violet #9530FA

Tints of Blue Violet #9530FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.93%

R = 33.33%
G = 10.74%
B = 55.93%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9530FA (or 0x9530FA) is known color: Blue Violet. HEX triplet: 95, 30 and FA. RGB value is (149,48,250). Sum of RGB (Red+Green+Blue) = 149+48+250=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #9530FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9530FA is #6ACF05. Grayscale: #646464. Windows color (decimal): -6999814 or 16396437. OLE color: 16396437.

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

Color convert

RGB 149 48 250 -
CMYK 0.40 0.81 0 0.02
HSL 270º 0.95% 0.58% -
HSV(B) 270º 0.81% 0.98% -
XYZ 30.71 15.41 91.8 -
YUV 101.23 211.96 162.07 -
System Red Green Blue C M Y K H S L
Decimal 149 48 250 0.40 0.81 0 0.02 270 0.95 0.58
Hex 95 30 FA 28 51 0 2 10E 5F 3A
Octal 225 60 372 50 121 0 2 416 137 72
Binary 10010101 110000 11111010 101000 1010001 0 10 100001110 1011111 111010

Color Harmonies of #9530FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9530FA

Black with #9530FA

Text Example


Text Example

White with #9530FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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