Html Css Color HEX #9136E6 Blue Violet

📋 copy color: '#9136E6'

red 145 ◦ green 54 ◦ blue 230

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

Shades of Blue Violet #9136E6

Tints of Blue Violet #9136E6

RGB

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

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

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

R = 33.8%
G = 12.59%
B = 53.61%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9136E6 (or 0x9136E6) is known color: Blue Violet. HEX triplet: 91, 36 and E6. RGB value is (145,54,230). Sum of RGB (Red+Green+Blue) = 145+54+230=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 230 (90.23% from 255 or 53.61% from 429); Max value from RGB is 230 - color contains mainly: blue. Hex color #9136E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9136E6 is #6EC919. Grayscale: #646464. Windows color (decimal): -7260442 or 15087249. OLE color: 15087249.

HSL color Cylindrical-coordinate representation of color #9136E6: hue angle of 271.02º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9136E6 is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 145 54 230 -
CMYK 0.37 0.77 0 0.10
HSL 271.02º 0.78% 0.56% -
HSV(B) 271.02º 0.77% 0.9% -
XYZ 27.28 14.37 76.2 -
YUV 101.27 200.65 159.19 -
System Red Green Blue C M Y K H S L
Decimal 145 54 230 0.37 0.77 0 0.10 271.02 0.78 0.56
Hex 91 36 E6 25 4D 0 A 10F 4E 38
Octal 221 66 346 45 115 0 12 417 116 70
Binary 10010001 110110 11100110 100101 1001101 0 1010 100001111 1001110 111000

Color Harmonies of #9136E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9136E6

Black with #9136E6

Text Example


Text Example

White with #9136E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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