Html Css Color HEX #9534EE Blue Violet

📋 copy color: '#9534EE'

red 149 ◦ green 52 ◦ blue 238

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

Shades of Blue Violet #9534EE

Tints of Blue Violet #9534EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.21%

R = 33.94%
G = 11.85%
B = 54.21%

CMYK

 C value IS 0.37

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9534EE (or 0x9534EE) is known color: Blue Violet. HEX triplet: 95, 34 and EE. RGB value is (149,52,238). Sum of RGB (Red+Green+Blue) = 149+52+238=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #9534EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9534EE is #6ACB11. Grayscale: #656565. Windows color (decimal): -6998802 or 15611029. OLE color: 15611029.

HSL color Cylindrical-coordinate representation of color #9534EE: hue angle of 271.29º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9534EE is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 52 238 -
CMYK 0.37 0.78 0 0.07
HSL 271.29º 0.85% 0.57% -
HSV(B) 271.29º 0.78% 0.93% -
XYZ 29.06 15.02 82.26 -
YUV 102.21 204.64 161.38 -
System Red Green Blue C M Y K H S L
Decimal 149 52 238 0.37 0.78 0 0.07 271.29 0.85 0.57
Hex 95 34 EE 25 4E 0 7 10F 55 39
Octal 225 64 356 45 116 0 7 417 125 71
Binary 10010101 110100 11101110 100101 1001110 0 111 100001111 1010101 111001

Color Harmonies of #9534EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9534EE

Black with #9534EE

Text Example


Text Example

White with #9534EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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