Html Css Color HEX #993CCB Dark Orchid

📋 copy color: '#993CCB'

red 153 ◦ green 60 ◦ blue 203

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

Shades of Dark Orchid #993CCB

Tints of Dark Orchid #993CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 36.78%
G = 14.42%
B = 48.8%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#993CCB (or 0x993CCB) is known color: Dark Orchid. HEX triplet: 99, 3C and CB. RGB value is (153,60,203). Sum of RGB (Red+Green+Blue) = 153+60+203=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #993CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993CCB is #66C334. Grayscale: #676767. Windows color (decimal): -6734645 or 13319321. OLE color: 13319321.

HSL color Cylindrical-coordinate representation of color #993CCB: hue angle of 279.02º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #993CCB is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 60 203 -
CMYK 0.25 0.70 0 0.20
HSL 279.02º 0.58% 0.52% -
HSV(B) 279.02º 0.7% 0.8% -
XYZ 25.53 14.32 57.92 -
YUV 104.11 183.81 162.87 -
System Red Green Blue C M Y K H S L
Decimal 153 60 203 0.25 0.70 0 0.20 279.02 0.58 0.52
Hex 99 3C CB 19 46 0 14 117 3A 34
Octal 231 74 313 31 106 0 24 427 72 64
Binary 10011001 111100 11001011 11001 1000110 0 10100 100010111 111010 110100

Color Harmonies of #993CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993CCB

Black with #993CCB

Text Example


Text Example

White with #993CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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