Html Css Color HEX #9946ED Blue Violet

📋 copy color: '#9946ED'

red 153 ◦ green 70 ◦ blue 237

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

Shades of Blue Violet #9946ED

Tints of Blue Violet #9946ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.52%

R = 33.26%
G = 15.22%
B = 51.52%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9946ED (or 0x9946ED) is known color: Blue Violet. HEX triplet: 99, 46 and ED. RGB value is (153,70,237). Sum of RGB (Red+Green+Blue) = 153+70+237=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #9946ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9946ED is #66B912. Grayscale: #717171. Windows color (decimal): -6732051 or 15550105. OLE color: 15550105.

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

Color convert

RGB 153 70 237 -
CMYK 0.35 0.70 0 0.07
HSL 269.82º 0.82% 0.6% -
HSV(B) 269.82º 0.7% 0.93% -
XYZ 30.61 17.27 81.84 -
YUV 113.86 197.5 155.92 -
System Red Green Blue C M Y K H S L
Decimal 153 70 237 0.35 0.70 0 0.07 269.82 0.82 0.6
Hex 99 46 ED 23 46 0 7 10E 52 3C
Octal 231 106 355 43 106 0 7 416 122 74
Binary 10011001 1000110 11101101 100011 1000110 0 111 100001110 1010010 111100

Color Harmonies of #9946ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9946ED

Black with #9946ED

Text Example


Text Example

White with #9946ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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