Html Css Color HEX #993FCE Dark Orchid

📋 copy color: '#993FCE'

red 153 ◦ green 63 ◦ blue 206

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

Shades of Dark Orchid #993FCE

Tints of Dark Orchid #993FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.82%

R = 36.26%
G = 14.93%
B = 48.82%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#993FCE (or 0x993FCE) is known color: Dark Orchid. HEX triplet: 99, 3F and CE. RGB value is (153,63,206). Sum of RGB (Red+Green+Blue) = 153+63+206=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #993FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993FCE is #66C031. Grayscale: #696969. Windows color (decimal): -6733874 or 13516697. OLE color: 13516697.

HSL color Cylindrical-coordinate representation of color #993FCE: hue angle of 277.76º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993FCE is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 63 206 -
CMYK 0.26 0.69 0 0.19
HSL 277.76º 0.59% 0.53% -
HSV(B) 277.76º 0.69% 0.81% -
XYZ 26.05 14.78 59.87 -
YUV 106.21 184.32 161.37 -
System Red Green Blue C M Y K H S L
Decimal 153 63 206 0.26 0.69 0 0.19 277.76 0.59 0.53
Hex 99 3F CE 1A 45 0 13 116 3B 35
Octal 231 77 316 32 105 0 23 426 73 65
Binary 10011001 111111 11001110 11010 1000101 0 10011 100010110 111011 110101

Color Harmonies of #993FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993FCE

Black with #993FCE

Text Example


Text Example

White with #993FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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