Html Css Color HEX #9946EA Blue Violet

📋 copy color: '#9946EA'

red 153 ◦ green 70 ◦ blue 234

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

Shades of Blue Violet #9946EA

Tints of Blue Violet #9946EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.2%

R = 33.48%
G = 15.32%
B = 51.2%

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

#9946EA (or 0x9946EA) is known color: Blue Violet. HEX triplet: 99, 46 and EA. RGB value is (153,70,234). Sum of RGB (Red+Green+Blue) = 153+70+234=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #9946EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9946EA is #66B915. Grayscale: #707070. Windows color (decimal): -6732054 or 15353497. OLE color: 15353497.

HSL color Cylindrical-coordinate representation of color #9946EA: hue angle of 270.37º 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 #9946EA is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 70 234 -
CMYK 0.35 0.70 0 0.08
HSL 270.37º 0.8% 0.6% -
HSV(B) 270.37º 0.7% 0.92% -
XYZ 30.18 17.09 79.55 -
YUV 113.51 196 156.16 -
System Red Green Blue C M Y K H S L
Decimal 153 70 234 0.35 0.70 0 0.08 270.37 0.8 0.6
Hex 99 46 EA 23 46 0 8 10E 50 3C
Octal 231 106 352 43 106 0 10 416 120 74
Binary 10011001 1000110 11101010 100011 1000110 0 1000 100001110 1010000 111100

Color Harmonies of #9946EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9946EA

Black with #9946EA

Text Example


Text Example

White with #9946EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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