Html Css Color HEX #993BEE Blue Violet

📋 copy color: '#993BEE'

red 153 ◦ green 59 ◦ blue 238

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

Shades of Blue Violet #993BEE

Tints of Blue Violet #993BEE

RGB

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

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

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

R = 34%
G = 13.11%
B = 52.89%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#993BEE (or 0x993BEE) is known color: Blue Violet. HEX triplet: 99, 3B and EE. RGB value is (153,59,238). Sum of RGB (Red+Green+Blue) = 153+59+238=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 59 (23.44% from 255 or 13.11% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #993BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993BEE is #66C411. Grayscale: #6A6A6A. Windows color (decimal): -6734866 or 15612825. OLE color: 15612825.

HSL color Cylindrical-coordinate representation of color #993BEE: hue angle of 271.51º 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 #993BEE is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 59 238 -
CMYK 0.36 0.75 0 0.07
HSL 271.51º 0.84% 0.58% -
HSV(B) 271.51º 0.75% 0.93% -
XYZ 30.13 16.07 82.4 -
YUV 107.51 201.64 160.45 -
System Red Green Blue C M Y K H S L
Decimal 153 59 238 0.36 0.75 0 0.07 271.51 0.84 0.58
Hex 99 3B EE 24 4B 0 7 110 54 3A
Octal 231 73 356 44 113 0 7 420 124 72
Binary 10011001 111011 11101110 100100 1001011 0 111 100010000 1010100 111010

Color Harmonies of #993BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993BEE

Black with #993BEE

Text Example


Text Example

White with #993BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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