Html Css Color HEX #9946E6 Blue Violet

📋 copy color: '#9946E6'

red 153 ◦ green 70 ◦ blue 230

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

Shades of Blue Violet #9946E6

Tints of Blue Violet #9946E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50.77%

R = 33.77%
G = 15.45%
B = 50.77%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9946E6 (or 0x9946E6) is known color: Blue Violet. HEX triplet: 99, 46 and E6. RGB value is (153,70,230). Sum of RGB (Red+Green+Blue) = 153+70+230=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 230 (90.23% from 255 or 50.77% from 453); Max value from RGB is 230 - color contains mainly: blue. Hex color #9946E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9946E6 is #66B919. Grayscale: #707070. Windows color (decimal): -6732058 or 15091353. OLE color: 15091353.

HSL color Cylindrical-coordinate representation of color #9946E6: hue angle of 271.12º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9946E6 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 153 70 230 -
CMYK 0.33 0.70 0 0.10
HSL 271.13º 0.76% 0.59% -
HSV(B) 271.13º 0.7% 0.9% -
XYZ 29.61 16.87 76.56 -
YUV 113.06 194 156.49 -
System Red Green Blue C M Y K H S L
Decimal 153 70 230 0.33 0.70 0 0.10 271.13 0.76 0.59
Hex 99 46 E6 21 46 0 A 10F 4C 3B
Octal 231 106 346 41 106 0 12 417 114 73
Binary 10011001 1000110 11100110 100001 1000110 0 1010 100001111 1001100 111011

Color Harmonies of #9946E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9946E6

Black with #9946E6

Text Example


Text Example

White with #9946E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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