Html Css Color HEX #9913EE Blue Violet

📋 copy color: '#9913EE'

red 153 ◦ green 19 ◦ blue 238

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

Shades of Blue Violet #9913EE

Tints of Blue Violet #9913EE

RGB

 RED value IS 153 (60.16% from 255) = 37.32%

 GREEN value IS 19 (7.81% from 255) = 4.63%

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

R = 37.32%
G = 4.63%
B = 58.05%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9913EE (or 0x9913EE) is known color: Blue Violet. HEX triplet: 99, 13 and EE. RGB value is (153,19,238). Sum of RGB (Red+Green+Blue) = 153+19+238=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #9913EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9913EE is #66EC11. Grayscale: #535353. Windows color (decimal): -6745106 or 15602585. OLE color: 15602585.

HSL color Cylindrical-coordinate representation of color #9913EE: hue angle of 276.71º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9913EE is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 19 238 -
CMYK 0.36 0.92 0 0.07
HSL 276.71º 0.87% 0.5% -
HSV(B) 276.71º 0.92% 0.93% -
XYZ 28.8 13.41 81.96 -
YUV 84.03 214.89 177.19 -
System Red Green Blue C M Y K H S L
Decimal 153 19 238 0.36 0.92 0 0.07 276.71 0.87 0.5
Hex 99 13 EE 24 5C 0 7 115 57 32
Octal 231 23 356 44 134 0 7 425 127 62
Binary 10011001 10011 11101110 100100 1011100 0 111 100010101 1010111 110010

Color Harmonies of #9913EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9913EE

Black with #9913EE

Text Example


Text Example

White with #9913EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9913EE; }

 p { color: rgb(153,19,238); }

 H1.HeaderClassName
 {
   color: #9913EE;
 }
 .AnyTagClassName
 {
   color: #9913EE;
 }
</style>

background-color css

<style>
 a { background-color: #9913EE; }

 a { background-color: rgb(153,19,238); }

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

border-color css

<style>
 span { border-color: #9913EE; }

 span { border-color: rgb(153,19,238); }

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