Html Css Color HEX #993FCA Dark Orchid

📋 copy color: '#993FCA'

red 153 ◦ green 63 ◦ blue 202

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

Shades of Dark Orchid #993FCA

Tints of Dark Orchid #993FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 36.6%
G = 15.07%
B = 48.33%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#993FCA (or 0x993FCA) is known color: Dark Orchid. HEX triplet: 99, 3F and CA. RGB value is (153,63,202). Sum of RGB (Red+Green+Blue) = 153+63+202=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #993FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993FCA is #66C035. Grayscale: #696969. Windows color (decimal): -6733878 or 13254553. OLE color: 13254553.

HSL color Cylindrical-coordinate representation of color #993FCA: hue angle of 278.85º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993FCA is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 63 202 -
CMYK 0.24 0.69 0 0.21
HSL 278.85º 0.57% 0.52% -
HSV(B) 278.85º 0.69% 0.79% -
XYZ 25.58 14.59 57.35 -
YUV 105.76 182.32 161.7 -
System Red Green Blue C M Y K H S L
Decimal 153 63 202 0.24 0.69 0 0.21 278.85 0.57 0.52
Hex 99 3F CA 18 45 0 15 117 39 34
Octal 231 77 312 30 105 0 25 427 71 64
Binary 10011001 111111 11001010 11000 1000101 0 10101 100010111 111001 110100

Color Harmonies of #993FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993FCA

Black with #993FCA

Text Example


Text Example

White with #993FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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