Html Css Color HEX #993CED Blue Violet

📋 copy color: '#993CED'

red 153 ◦ green 60 ◦ blue 237

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

Shades of Blue Violet #993CED

Tints of Blue Violet #993CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.67%

R = 34%
G = 13.33%
B = 52.67%

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

#993CED (or 0x993CED) is known color: Blue Violet. HEX triplet: 99, 3C and ED. RGB value is (153,60,237). Sum of RGB (Red+Green+Blue) = 153+60+237=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #993CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993CED is #66C312. Grayscale: #6B6B6B. Windows color (decimal): -6734611 or 15547545. OLE color: 15547545.

HSL color Cylindrical-coordinate representation of color #993CED: hue angle of 271.53º degrees, saturation: 0.83, 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 #993CED is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 60 237 -
CMYK 0.35 0.75 0 0.07
HSL 271.53º 0.83% 0.58% -
HSV(B) 271.53º 0.75% 0.93% -
XYZ 30.04 16.12 81.65 -
YUV 107.99 200.81 160.11 -
System Red Green Blue C M Y K H S L
Decimal 153 60 237 0.35 0.75 0 0.07 271.53 0.83 0.58
Hex 99 3C ED 23 4B 0 7 110 53 3A
Octal 231 74 355 43 113 0 7 420 123 72
Binary 10011001 111100 11101101 100011 1001011 0 111 100010000 1010011 111010

Color Harmonies of #993CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993CED

Black with #993CED

Text Example


Text Example

White with #993CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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