Html Css Color HEX #993FE6 Blue Violet

📋 copy color: '#993FE6'

red 153 ◦ green 63 ◦ blue 230

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

Shades of Blue Violet #993FE6

Tints of Blue Violet #993FE6

RGB

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

 GREEN value IS 63 (25% from 255) = 14.13%

 BLUE value IS 230 (90.23% from 255) = 51.57%

R = 34.3%
G = 14.13%
B = 51.57%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#993FE6 (or 0x993FE6) is known color: Blue Violet. HEX triplet: 99, 3F and E6. RGB value is (153,63,230). Sum of RGB (Red+Green+Blue) = 153+63+230=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 230 (90.23% from 255 or 51.57% from 446); Max value from RGB is 230 - color contains mainly: blue. Hex color #993FE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993FE6 is #66C019. Grayscale: #6C6C6C. Windows color (decimal): -6733850 or 15089561. OLE color: 15089561.

HSL color Cylindrical-coordinate representation of color #993FE6: hue angle of 272.34º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #993FE6 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 153 63 230 -
CMYK 0.33 0.73 0 0.10
HSL 272.34º 0.77% 0.57% -
HSV(B) 272.34º 0.73% 0.9% -
XYZ 29.2 16.04 76.42 -
YUV 108.95 196.32 159.42 -
System Red Green Blue C M Y K H S L
Decimal 153 63 230 0.33 0.73 0 0.10 272.34 0.77 0.57
Hex 99 3F E6 21 49 0 A 110 4D 39
Octal 231 77 346 41 111 0 12 420 115 71
Binary 10011001 111111 11100110 100001 1001001 0 1010 100010000 1001101 111001

Color Harmonies of #993FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993FE6

Black with #993FE6

Text Example


Text Example

White with #993FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,63,230); }

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

background-color css

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

 a { background-color: rgb(153,63,230); }

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

border-color css

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

 span { border-color: rgb(153,63,230); }

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