Html Css Color HEX #9936F6 Blue Violet

📋 copy color: '#9936F6'

red 153 ◦ green 54 ◦ blue 246

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

Shades of Blue Violet #9936F6

Tints of Blue Violet #9936F6

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.92%

 BLUE value IS 246 (96.48% from 255) = 54.3%

R = 33.77%
G = 11.92%
B = 54.3%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9936F6 (or 0x9936F6) is known color: Blue Violet. HEX triplet: 99, 36 and F6. RGB value is (153,54,246). Sum of RGB (Red+Green+Blue) = 153+54+246=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 246 (96.48% from 255 or 54.30% from 453); Max value from RGB is 246 - color contains mainly: blue. Hex color #9936F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9936F6 is #66C909. Grayscale: #686868. Windows color (decimal): -6736138 or 16135833. OLE color: 16135833.

HSL color Cylindrical-coordinate representation of color #9936F6: hue angle of 270.94º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9936F6 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 153 54 246 -
CMYK 0.38 0.78 0 0.04
HSL 270.94º 0.91% 0.59% -
HSV(B) 270.94º 0.78% 0.96% -
XYZ 31.09 16.06 88.65 -
YUV 105.49 207.3 161.89 -
System Red Green Blue C M Y K H S L
Decimal 153 54 246 0.38 0.78 0 0.04 270.94 0.91 0.59
Hex 99 36 F6 26 4E 0 4 10F 5B 3B
Octal 231 66 366 46 116 0 4 417 133 73
Binary 10011001 110110 11110110 100110 1001110 0 100 100001111 1011011 111011

Color Harmonies of #9936F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9936F6

Black with #9936F6

Text Example


Text Example

White with #9936F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9936F6; }

 p { color: rgb(153,54,246); }

 H1.HeaderClassName
 {
   color: #9936F6;
 }
 .AnyTagClassName
 {
   color: #9936F6;
 }
</style>

background-color css

<style>
 a { background-color: #9936F6; }

 a { background-color: rgb(153,54,246); }

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

border-color css

<style>
 span { border-color: #9936F6; }

 span { border-color: rgb(153,54,246); }

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