Html Css Color HEX #9530FF Blue Violet

📋 copy color: '#9530FF'

red 149 ◦ green 48 ◦ blue 255

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

Shades of Blue Violet #9530FF

Tints of Blue Violet #9530FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.42%

R = 32.96%
G = 10.62%
B = 56.42%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9530FF (or 0x9530FF) is known color: Blue Violet. HEX triplet: 95, 30 and FF. RGB value is (149,48,255). Sum of RGB (Red+Green+Blue) = 149+48+255=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #9530FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9530FF is #6ACF00. Grayscale: #656565. Windows color (decimal): -6999809 or 16724117. OLE color: 16724117.

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

Color convert

RGB 149 48 255 -
CMYK 0.42 0.81 0 0
HSL 269.28º 1% 0.59% -
HSV(B) 269.28º 0.81% 1% -
XYZ 31.5 15.72 95.98 -
YUV 101.8 214.46 161.67 -
System Red Green Blue C M Y K H S L
Decimal 149 48 255 0.42 0.81 0 0 269.28 1 0.59
Hex 95 30 FF 2A 51 0 0 10D 64 3B
Octal 225 60 377 52 121 0 0 415 144 73
Binary 10010101 110000 11111111 101010 1010001 0 0 100001101 1100100 111011

Color Harmonies of #9530FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9530FF

Black with #9530FF

Text Example


Text Example

White with #9530FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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