Html Css Color HEX #993EF2 Blue Violet

📋 copy color: '#993EF2'

red 153 ◦ green 62 ◦ blue 242

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

Shades of Blue Violet #993EF2

Tints of Blue Violet #993EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 52.95%

R = 33.48%
G = 13.57%
B = 52.95%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#993EF2 (or 0x993EF2) is known color: Blue Violet. HEX triplet: 99, 3E and F2. RGB value is (153,62,242). Sum of RGB (Red+Green+Blue) = 153+62+242=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 242 (94.92% from 255 or 52.95% from 457); Max value from RGB is 242 - color contains mainly: blue. Hex color #993EF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993EF2 is #66C10D. Grayscale: #6D6D6D. Windows color (decimal): -6734094 or 15875737. OLE color: 15875737.

HSL color Cylindrical-coordinate representation of color #993EF2: hue angle of 270.33º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #993EF2 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 62 242 -
CMYK 0.37 0.74 0 0.05
HSL 270.33º 0.87% 0.6% -
HSV(B) 270.33º 0.74% 0.95% -
XYZ 30.89 16.63 85.59 -
YUV 109.73 202.65 158.86 -
System Red Green Blue C M Y K H S L
Decimal 153 62 242 0.37 0.74 0 0.05 270.33 0.87 0.6
Hex 99 3E F2 25 4A 0 5 10E 57 3C
Octal 231 76 362 45 112 0 5 416 127 74
Binary 10011001 111110 11110010 100101 1001010 0 101 100001110 1010111 111100

Color Harmonies of #993EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993EF2

Black with #993EF2

Text Example


Text Example

White with #993EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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