Html Css Color HEX #9138EF Blue Violet

📋 copy color: '#9138EF'

red 145 ◦ green 56 ◦ blue 239

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

Shades of Blue Violet #9138EF

Tints of Blue Violet #9138EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.32%

R = 32.95%
G = 12.73%
B = 54.32%

CMYK

 C value IS 0.39

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9138EF (or 0x9138EF) is known color: Blue Violet. HEX triplet: 91, 38 and EF. RGB value is (145,56,239). Sum of RGB (Red+Green+Blue) = 145+56+239=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 56 (22.27% from 255 or 12.73% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #9138EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9138EF is #6EC710. Grayscale: #666666. Windows color (decimal): -7259921 or 15677585. OLE color: 15677585.

HSL color Cylindrical-coordinate representation of color #9138EF: hue angle of 269.18º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9138EF is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 145 56 239 -
CMYK 0.39 0.77 0 0.06
HSL 269.18º 0.85% 0.58% -
HSV(B) 269.18º 0.77% 0.94% -
XYZ 28.67 15.08 83.06 -
YUV 103.47 204.49 157.62 -
System Red Green Blue C M Y K H S L
Decimal 145 56 239 0.39 0.77 0 0.06 269.18 0.85 0.58
Hex 91 38 EF 27 4D 0 6 10D 55 3A
Octal 221 70 357 47 115 0 6 415 125 72
Binary 10010001 111000 11101111 100111 1001101 0 110 100001101 1010101 111010

Color Harmonies of #9138EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9138EF

Black with #9138EF

Text Example


Text Example

White with #9138EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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