Html Css Color HEX #9523EF Blue Violet

📋 copy color: '#9523EF'

red 149 ◦ green 35 ◦ blue 239

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

Shades of Blue Violet #9523EF

Tints of Blue Violet #9523EF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.27%

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

R = 35.22%
G = 8.27%
B = 56.5%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9523EF (or 0x9523EF) is known color: Blue Violet. HEX triplet: 95, 23 and EF. RGB value is (149,35,239). Sum of RGB (Red+Green+Blue) = 149+35+239=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 35 (14.06% from 255 or 8.27% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #9523EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9523EF is #6ADC10. Grayscale: #5B5B5B. Windows color (decimal): -7003153 or 15672213. OLE color: 15672213.

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

Color convert

RGB 149 35 239 -
CMYK 0.38 0.85 0 0.06
HSL 273.53º 0.86% 0.54% -
HSV(B) 273.53º 0.85% 0.94% -
XYZ 28.58 13.82 82.82 -
YUV 92.34 210.77 168.41 -
System Red Green Blue C M Y K H S L
Decimal 149 35 239 0.38 0.85 0 0.06 273.53 0.86 0.54
Hex 95 23 EF 26 55 0 6 112 56 36
Octal 225 43 357 46 125 0 6 422 126 66
Binary 10010101 100011 11101111 100110 1010101 0 110 100010010 1010110 110110

Color Harmonies of #9523EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9523EF

Black with #9523EF

Text Example


Text Example

White with #9523EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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