Html Css Color HEX #9546EF Blue Violet

📋 copy color: '#9546EF'

red 149 ◦ green 70 ◦ blue 239

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

Shades of Blue Violet #9546EF

Tints of Blue Violet #9546EF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.28%

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

R = 32.53%
G = 15.28%
B = 52.18%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9546EF (or 0x9546EF) is known color: Blue Violet. HEX triplet: 95, 46 and EF. RGB value is (149,70,239). Sum of RGB (Red+Green+Blue) = 149+70+239=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #9546EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9546EF is #6AB910. Grayscale: #707070. Windows color (decimal): -6994193 or 15681173. OLE color: 15681173.

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

Color convert

RGB 149 70 239 -
CMYK 0.38 0.71 0 0.06
HSL 268.05º 0.84% 0.61% -
HSV(B) 268.05º 0.71% 0.94% -
XYZ 30.16 17 83.35 -
YUV 112.89 199.17 153.76 -
System Red Green Blue C M Y K H S L
Decimal 149 70 239 0.38 0.71 0 0.06 268.05 0.84 0.61
Hex 95 46 EF 26 47 0 6 10C 54 3D
Octal 225 106 357 46 107 0 6 414 124 75
Binary 10010101 1000110 11101111 100110 1000111 0 110 100001100 1010100 111101

Color Harmonies of #9546EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9546EF

Black with #9546EF

Text Example


Text Example

White with #9546EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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