Html Css Color HEX #993FF2 Blue Violet

📋 copy color: '#993FF2'

red 153 ◦ green 63 ◦ blue 242

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

Shades of Blue Violet #993FF2

Tints of Blue Violet #993FF2

RGB

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

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

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

R = 33.41%
G = 13.76%
B = 52.84%

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

#993FF2 (or 0x993FF2) is known color: Blue Violet. HEX triplet: 99, 3F and F2. RGB value is (153,63,242). Sum of RGB (Red+Green+Blue) = 153+63+242=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 242 (94.92% from 255 or 52.84% from 458); Max value from RGB is 242 - color contains mainly: blue. Hex color #993FF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993FF2 is #66C00D. Grayscale: #6D6D6D. Windows color (decimal): -6733838 or 15875993. OLE color: 15875993.

HSL color Cylindrical-coordinate representation of color #993FF2: hue angle of 270.17º 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 #993FF2 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 63 242 -
CMYK 0.37 0.74 0 0.05
HSL 270.17º 0.87% 0.6% -
HSV(B) 270.17º 0.74% 0.95% -
XYZ 30.94 16.74 85.6 -
YUV 110.32 202.32 158.45 -
System Red Green Blue C M Y K H S L
Decimal 153 63 242 0.37 0.74 0 0.05 270.17 0.87 0.6
Hex 99 3F F2 25 4A 0 5 10E 57 3C
Octal 231 77 362 45 112 0 5 416 127 74
Binary 10011001 111111 11110010 100101 1001010 0 101 100001110 1010111 111100

Color Harmonies of #993FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993FF2

Black with #993FF2

Text Example


Text Example

White with #993FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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