Html Css Color HEX #9138EC Blue Violet

📋 copy color: '#9138EC'

red 145 ◦ green 56 ◦ blue 236

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

Shades of Blue Violet #9138EC

Tints of Blue Violet #9138EC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.81%

 BLUE value IS 236 (92.58% from 255) = 54%

R = 33.18%
G = 12.81%
B = 54%

CMYK

 C value IS 0.39

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9138EC (or 0x9138EC) is known color: Blue Violet. HEX triplet: 91, 38 and EC. RGB value is (145,56,236). Sum of RGB (Red+Green+Blue) = 145+56+236=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #9138EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9138EC is #6EC713. Grayscale: #666666. Windows color (decimal): -7259924 or 15480977. OLE color: 15480977.

HSL color Cylindrical-coordinate representation of color #9138EC: hue angle of 269.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9138EC is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 56 236 -
CMYK 0.39 0.76 0 0.07
HSL 269.67º 0.83% 0.57% -
HSV(B) 269.67º 0.76% 0.93% -
XYZ 28.23 14.9 80.75 -
YUV 103.13 202.99 157.86 -
System Red Green Blue C M Y K H S L
Decimal 145 56 236 0.39 0.76 0 0.07 269.67 0.83 0.57
Hex 91 38 EC 27 4C 0 7 10E 53 39
Octal 221 70 354 47 114 0 7 416 123 71
Binary 10010001 111000 11101100 100111 1001100 0 111 100001110 1010011 111001

Color Harmonies of #9138EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9138EC

Black with #9138EC

Text Example


Text Example

White with #9138EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9138EC; }

 p { color: rgb(145,56,236); }

 H1.HeaderClassName
 {
   color: #9138EC;
 }
 .AnyTagClassName
 {
   color: #9138EC;
 }
</style>

background-color css

<style>
 a { background-color: #9138EC; }

 a { background-color: rgb(145,56,236); }

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

border-color css

<style>
 span { border-color: #9138EC; }

 span { border-color: rgb(145,56,236); }

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