Html Css Color HEX #9136F6 Blue Violet

📋 copy color: '#9136F6'

red 145 ◦ green 54 ◦ blue 246

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

Shades of Blue Violet #9136F6

Tints of Blue Violet #9136F6

RGB

 RED value IS 145 (57.03% from 255) = 32.58%

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

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

R = 32.58%
G = 12.13%
B = 55.28%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9136F6 (or 0x9136F6) is known color: Blue Violet. HEX triplet: 91, 36 and F6. RGB value is (145,54,246). Sum of RGB (Red+Green+Blue) = 145+54+246=445 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.58% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 246 (96.48% from 255 or 55.28% from 445); Max value from RGB is 246 - color contains mainly: blue. Hex color #9136F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9136F6 is #6EC909. Grayscale: #666666. Windows color (decimal): -7260426 or 16135825. OLE color: 16135825.

HSL color Cylindrical-coordinate representation of color #9136F6: hue angle of 268.44º 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 #9136F6 is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 145 54 246 -
CMYK 0.41 0.78 0 0.04
HSL 268.44º 0.91% 0.59% -
HSV(B) 268.44º 0.78% 0.96% -
XYZ 29.63 15.31 88.58 -
YUV 103.1 208.65 157.89 -
System Red Green Blue C M Y K H S L
Decimal 145 54 246 0.41 0.78 0 0.04 268.44 0.91 0.59
Hex 91 36 F6 29 4E 0 4 10C 5B 3B
Octal 221 66 366 51 116 0 4 414 133 73
Binary 10010001 110110 11110110 101001 1001110 0 100 100001100 1011011 111011

Color Harmonies of #9136F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9136F6

Black with #9136F6

Text Example


Text Example

White with #9136F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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