Html Css Color HEX #9136F1 Blue Violet

📋 copy color: '#9136F1'

red 145 ◦ green 54 ◦ blue 241

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

Shades of Blue Violet #9136F1

Tints of Blue Violet #9136F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 54.77%

R = 32.95%
G = 12.27%
B = 54.77%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9136F1 (or 0x9136F1) is known color: Blue Violet. HEX triplet: 91, 36 and F1. RGB value is (145,54,241). Sum of RGB (Red+Green+Blue) = 145+54+241=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #9136F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9136F1 is #6EC90E. Grayscale: #656565. Windows color (decimal): -7260431 or 15808145. OLE color: 15808145.

HSL color Cylindrical-coordinate representation of color #9136F1: hue angle of 269.2º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9136F1 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 145 54 241 -
CMYK 0.40 0.78 0 0.05
HSL 269.2º 0.87% 0.58% -
HSV(B) 269.2º 0.78% 0.95% -
XYZ 28.87 15.01 84.59 -
YUV 102.53 206.15 158.29 -
System Red Green Blue C M Y K H S L
Decimal 145 54 241 0.40 0.78 0 0.05 269.2 0.87 0.58
Hex 91 36 F1 28 4E 0 5 10D 57 3A
Octal 221 66 361 50 116 0 5 415 127 72
Binary 10010001 110110 11110001 101000 1001110 0 101 100001101 1010111 111010

Color Harmonies of #9136F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9136F1

Black with #9136F1

Text Example


Text Example

White with #9136F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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