Html Css Color HEX #993EEF Blue Violet

📋 copy color: '#993EEF'

red 153 ◦ green 62 ◦ blue 239

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

Shades of Blue Violet #993EEF

Tints of Blue Violet #993EEF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.66%

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

R = 33.7%
G = 13.66%
B = 52.64%

CMYK

 C value IS 0.36

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#993EEF (or 0x993EEF) is known color: Blue Violet. HEX triplet: 99, 3E and EF. RGB value is (153,62,239). Sum of RGB (Red+Green+Blue) = 153+62+239=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 62 (24.61% from 255 or 13.66% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #993EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993EEF is #66C110. Grayscale: #6C6C6C. Windows color (decimal): -6734097 or 15679129. OLE color: 15679129.

HSL color Cylindrical-coordinate representation of color #993EEF: hue angle of 270.85º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #993EEF is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 62 239 -
CMYK 0.36 0.74 0 0.06
HSL 270.85º 0.85% 0.59% -
HSV(B) 270.85º 0.74% 0.94% -
XYZ 30.44 16.45 83.23 -
YUV 109.39 201.15 159.11 -
System Red Green Blue C M Y K H S L
Decimal 153 62 239 0.36 0.74 0 0.06 270.85 0.85 0.59
Hex 99 3E EF 24 4A 0 6 10F 55 3B
Octal 231 76 357 44 112 0 6 417 125 73
Binary 10011001 111110 11101111 100100 1001010 0 110 100001111 1010101 111011

Color Harmonies of #993EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993EEF

Black with #993EEF

Text Example


Text Example

White with #993EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,62,239); }

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

background-color css

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

 a { background-color: rgb(153,62,239); }

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

border-color css

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

 span { border-color: rgb(153,62,239); }

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