Html Css Color HEX #913BEE Blue Violet

📋 copy color: '#913BEE'

red 145 ◦ green 59 ◦ blue 238

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

Shades of Blue Violet #913BEE

Tints of Blue Violet #913BEE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.35%

 BLUE value IS 238 (93.36% from 255) = 53.85%

R = 32.81%
G = 13.35%
B = 53.85%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#913BEE (or 0x913BEE) is known color: Blue Violet. HEX triplet: 91, 3B and EE. RGB value is (145,59,238). Sum of RGB (Red+Green+Blue) = 145+59+238=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #913BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #913BEE is #6EC411. Grayscale: #686868. Windows color (decimal): -7259154 or 15612817. OLE color: 15612817.

HSL color Cylindrical-coordinate representation of color #913BEE: hue angle of 268.83º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #913BEE is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 59 238 -
CMYK 0.39 0.75 0 0.07
HSL 268.83º 0.84% 0.58% -
HSV(B) 268.83º 0.75% 0.93% -
XYZ 28.67 15.32 82.33 -
YUV 105.12 202.99 156.45 -
System Red Green Blue C M Y K H S L
Decimal 145 59 238 0.39 0.75 0 0.07 268.83 0.84 0.58
Hex 91 3B EE 27 4B 0 7 10D 54 3A
Octal 221 73 356 47 113 0 7 415 124 72
Binary 10010001 111011 11101110 100111 1001011 0 111 100001101 1010100 111010

Color Harmonies of #913BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913BEE

Black with #913BEE

Text Example


Text Example

White with #913BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913BEE; }

 p { color: rgb(145,59,238); }

 H1.HeaderClassName
 {
   color: #913BEE;
 }
 .AnyTagClassName
 {
   color: #913BEE;
 }
</style>

background-color css

<style>
 a { background-color: #913BEE; }

 a { background-color: rgb(145,59,238); }

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

border-color css

<style>
 span { border-color: #913BEE; }

 span { border-color: rgb(145,59,238); }

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