Html Css Color HEX #993CEC Blue Violet

📋 copy color: '#993CEC'

red 153 ◦ green 60 ◦ blue 236

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

Shades of Blue Violet #993CEC

Tints of Blue Violet #993CEC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.36%

 BLUE value IS 236 (92.58% from 255) = 52.56%

R = 34.08%
G = 13.36%
B = 52.56%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#993CEC (or 0x993CEC) is known color: Blue Violet. HEX triplet: 99, 3C and EC. RGB value is (153,60,236). Sum of RGB (Red+Green+Blue) = 153+60+236=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #993CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993CEC is #66C313. Grayscale: #6B6B6B. Windows color (decimal): -6734612 or 15482009. OLE color: 15482009.

HSL color Cylindrical-coordinate representation of color #993CEC: hue angle of 271.7º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #993CEC is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 60 236 -
CMYK 0.35 0.75 0 0.07
HSL 271.7º 0.82% 0.58% -
HSV(B) 271.7º 0.75% 0.93% -
XYZ 29.89 16.06 80.88 -
YUV 107.87 200.31 160.19 -
System Red Green Blue C M Y K H S L
Decimal 153 60 236 0.35 0.75 0 0.07 271.7 0.82 0.58
Hex 99 3C EC 23 4B 0 7 110 52 3A
Octal 231 74 354 43 113 0 7 420 122 72
Binary 10011001 111100 11101100 100011 1001011 0 111 100010000 1010010 111010

Color Harmonies of #993CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993CEC

Black with #993CEC

Text Example


Text Example

White with #993CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,60,236); }

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

background-color css

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

 a { background-color: rgb(153,60,236); }

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

border-color css

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

 span { border-color: rgb(153,60,236); }

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