Html Css Color HEX #9535EF Blue Violet

📋 copy color: '#9535EF'

red 149 ◦ green 53 ◦ blue 239

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

Shades of Blue Violet #9535EF

Tints of Blue Violet #9535EF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.02%

 BLUE value IS 239 (93.75% from 255) = 54.2%

R = 33.79%
G = 12.02%
B = 54.2%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9535EF (or 0x9535EF) is known color: Blue Violet. HEX triplet: 95, 35 and EF. RGB value is (149,53,239). Sum of RGB (Red+Green+Blue) = 149+53+239=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #9535EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9535EF is #6ACA10. Grayscale: #666666. Windows color (decimal): -6998545 or 15676821. OLE color: 15676821.

HSL color Cylindrical-coordinate representation of color #9535EF: hue angle of 270.97º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9535EF is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 53 239 -
CMYK 0.38 0.78 0 0.06
HSL 270.97º 0.85% 0.57% -
HSV(B) 270.97º 0.78% 0.94% -
XYZ 29.25 15.17 83.05 -
YUV 102.91 204.8 160.88 -
System Red Green Blue C M Y K H S L
Decimal 149 53 239 0.38 0.78 0 0.06 270.97 0.85 0.57
Hex 95 35 EF 26 4E 0 6 10F 55 39
Octal 225 65 357 46 116 0 6 417 125 71
Binary 10010101 110101 11101111 100110 1001110 0 110 100001111 1010101 111001

Color Harmonies of #9535EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9535EF

Black with #9535EF

Text Example


Text Example

White with #9535EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9535EF; }

 p { color: rgb(149,53,239); }

 H1.HeaderClassName
 {
   color: #9535EF;
 }
 .AnyTagClassName
 {
   color: #9535EF;
 }
</style>

background-color css

<style>
 a { background-color: #9535EF; }

 a { background-color: rgb(149,53,239); }

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

border-color css

<style>
 span { border-color: #9535EF; }

 span { border-color: rgb(149,53,239); }

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