Html Css Color HEX #9946EB Blue Violet

📋 copy color: '#9946EB'

red 153 ◦ green 70 ◦ blue 235

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

Shades of Blue Violet #9946EB

Tints of Blue Violet #9946EB

RGB

 RED value IS 153 (60.16% from 255) = 33.41%

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

 BLUE value IS 235 (92.19% from 255) = 51.31%

R = 33.41%
G = 15.28%
B = 51.31%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9946EB (or 0x9946EB) is known color: Blue Violet. HEX triplet: 99, 46 and EB. RGB value is (153,70,235). Sum of RGB (Red+Green+Blue) = 153+70+235=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #9946EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9946EB is #66B914. Grayscale: #717171. Windows color (decimal): -6732053 or 15419033. OLE color: 15419033.

HSL color Cylindrical-coordinate representation of color #9946EB: hue angle of 270.18º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9946EB is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 70 235 -
CMYK 0.35 0.70 0 0.08
HSL 270.18º 0.8% 0.6% -
HSV(B) 270.18º 0.7% 0.92% -
XYZ 30.32 17.15 80.31 -
YUV 113.63 196.5 156.08 -
System Red Green Blue C M Y K H S L
Decimal 153 70 235 0.35 0.70 0 0.08 270.18 0.8 0.6
Hex 99 46 EB 23 46 0 8 10E 50 3C
Octal 231 106 353 43 106 0 10 416 120 74
Binary 10011001 1000110 11101011 100011 1000110 0 1000 100001110 1010000 111100

Color Harmonies of #9946EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9946EB

Black with #9946EB

Text Example


Text Example

White with #9946EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9946EB; }

 p { color: rgb(153,70,235); }

 H1.HeaderClassName
 {
   color: #9946EB;
 }
 .AnyTagClassName
 {
   color: #9946EB;
 }
</style>

background-color css

<style>
 a { background-color: #9946EB; }

 a { background-color: rgb(153,70,235); }

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

border-color css

<style>
 span { border-color: #9946EB; }

 span { border-color: rgb(153,70,235); }

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