Html Css Color HEX #993EFC Blue Violet

📋 copy color: '#993EFC'

red 153 ◦ green 62 ◦ blue 252

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

Shades of Blue Violet #993EFC

Tints of Blue Violet #993EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.96%

R = 32.76%
G = 13.28%
B = 53.96%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#993EFC (or 0x993EFC) is known color: Blue Violet. HEX triplet: 99, 3E and FC. RGB value is (153,62,252). Sum of RGB (Red+Green+Blue) = 153+62+252=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #993EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993EFC is #66C103. Grayscale: #6E6E6E. Windows color (decimal): -6734084 or 16531097. OLE color: 16531097.

HSL color Cylindrical-coordinate representation of color #993EFC: hue angle of 268.74º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #993EFC is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 62 252 -
CMYK 0.39 0.75 0 0.01
HSL 268.74º 0.97% 0.62% -
HSV(B) 268.74º 0.75% 0.99% -
XYZ 32.43 17.25 93.71 -
YUV 110.87 207.65 158.05 -
System Red Green Blue C M Y K H S L
Decimal 153 62 252 0.39 0.75 0 0.01 268.74 0.97 0.62
Hex 99 3E FC 27 4B 0 1 10D 61 3E
Octal 231 76 374 47 113 0 1 415 141 76
Binary 10011001 111110 11111100 100111 1001011 0 1 100001101 1100001 111110

Color Harmonies of #993EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993EFC

Black with #993EFC

Text Example


Text Example

White with #993EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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