Html Css Color HEX #9534FA Blue Violet

📋 copy color: '#9534FA'

red 149 ◦ green 52 ◦ blue 250

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

Shades of Blue Violet #9534FA

Tints of Blue Violet #9534FA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.53%

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

R = 33.04%
G = 11.53%
B = 55.43%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9534FA (or 0x9534FA) is known color: Blue Violet. HEX triplet: 95, 34 and FA. RGB value is (149,52,250). Sum of RGB (Red+Green+Blue) = 149+52+250=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #9534FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9534FA is #6ACB05. Grayscale: #666666. Windows color (decimal): -6998790 or 16397461. OLE color: 16397461.

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

Color convert

RGB 149 52 250 -
CMYK 0.40 0.79 0 0.02
HSL 269.39º 0.95% 0.59% -
HSV(B) 269.39º 0.79% 0.98% -
XYZ 30.88 15.75 91.85 -
YUV 103.58 210.64 160.4 -
System Red Green Blue C M Y K H S L
Decimal 149 52 250 0.40 0.79 0 0.02 269.39 0.95 0.59
Hex 95 34 FA 28 4F 0 2 10D 5F 3B
Octal 225 64 372 50 117 0 2 415 137 73
Binary 10010101 110100 11111010 101000 1001111 0 10 100001101 1011111 111011

Color Harmonies of #9534FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9534FA

Black with #9534FA

Text Example


Text Example

White with #9534FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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