Html Css Color HEX #993EFA Blue Violet

📋 copy color: '#993EFA'

red 153 ◦ green 62 ◦ blue 250

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

Shades of Blue Violet #993EFA

Tints of Blue Violet #993EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.76%

R = 32.9%
G = 13.33%
B = 53.76%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#993EFA (or 0x993EFA) is known color: Blue Violet. HEX triplet: 99, 3E and FA. RGB value is (153,62,250). Sum of RGB (Red+Green+Blue) = 153+62+250=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #993EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993EFA is #66C105. Grayscale: #6D6D6D. Windows color (decimal): -6734086 or 16400025. OLE color: 16400025.

HSL color Cylindrical-coordinate representation of color #993EFA: hue angle of 269.04º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #993EFA is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 62 250 -
CMYK 0.39 0.75 0 0.02
HSL 269.04º 0.95% 0.61% -
HSV(B) 269.04º 0.75% 0.98% -
XYZ 32.11 17.12 92.05 -
YUV 110.64 206.65 158.21 -
System Red Green Blue C M Y K H S L
Decimal 153 62 250 0.39 0.75 0 0.02 269.04 0.95 0.61
Hex 99 3E FA 27 4B 0 2 10D 5F 3D
Octal 231 76 372 47 113 0 2 415 137 75
Binary 10011001 111110 11111010 100111 1001011 0 10 100001101 1011111 111101

Color Harmonies of #993EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993EFA

Black with #993EFA

Text Example


Text Example

White with #993EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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