Html Css Color HEX #993CC4 Dark Orchid

📋 copy color: '#993CC4'

red 153 ◦ green 60 ◦ blue 196

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

Shades of Dark Orchid #993CC4

Tints of Dark Orchid #993CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 47.92%

R = 37.41%
G = 14.67%
B = 47.92%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#993CC4 (or 0x993CC4) is known color: Dark Orchid. HEX triplet: 99, 3C and C4. RGB value is (153,60,196). Sum of RGB (Red+Green+Blue) = 153+60+196=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 196 - color contains mainly: blue. Hex color #993CC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993CC4 is #66C33B. Grayscale: #666666. Windows color (decimal): -6734652 or 12860569. OLE color: 12860569.

HSL color Cylindrical-coordinate representation of color #993CC4: hue angle of 281.03º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993CC4 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 153 60 196 -
CMYK 0.22 0.69 0 0.23
HSL 281.03º 0.54% 0.5% -
HSV(B) 281.03º 0.69% 0.77% -
XYZ 24.72 13.99 53.62 -
YUV 103.31 180.31 163.44 -
System Red Green Blue C M Y K H S L
Decimal 153 60 196 0.22 0.69 0 0.23 281.03 0.54 0.5
Hex 99 3C C4 16 45 0 17 119 36 32
Octal 231 74 304 26 105 0 27 431 66 62
Binary 10011001 111100 11000100 10110 1000101 0 10111 100011001 110110 110010

Color Harmonies of #993CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993CC4

Black with #993CC4

Text Example


Text Example

White with #993CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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