Html Css Color HEX #983ECC Dark Orchid

📋 copy color: '#983ECC'

red 152 ◦ green 62 ◦ blue 204

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

Shades of Dark Orchid #983ECC

Tints of Dark Orchid #983ECC

RGB

 RED value IS 152 (59.77% from 255) = 36.36%

 GREEN value IS 62 (24.61% from 255) = 14.83%

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 36.36%
G = 14.83%
B = 48.8%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#983ECC (or 0x983ECC) is known color: Dark Orchid. HEX triplet: 98, 3E and CC. RGB value is (152,62,204). Sum of RGB (Red+Green+Blue) = 152+62+204=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 62 (24.61% from 255 or 14.83% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #983ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983ECC is #67C133. Grayscale: #686868. Windows color (decimal): -6799668 or 13385368. OLE color: 13385368.

HSL color Cylindrical-coordinate representation of color #983ECC: hue angle of 278.03º 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 #983ECC is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 62 204 -
CMYK 0.25 0.70 0 0.2
HSL 278.03º 0.58% 0.52% -
HSV(B) 278.03º 0.7% 0.8% -
XYZ 25.57 14.48 58.57 -
YUV 105.1 183.82 161.45 -
System Red Green Blue C M Y K H S L
Decimal 152 62 204 0.25 0.70 0 0.2 278.03 0.58 0.52
Hex 98 3E CC 19 46 0 14 116 3A 34
Octal 230 76 314 31 106 0 24 426 72 64
Binary 10011000 111110 11001100 11001 1000110 0 10100 100010110 111010 110100

Color Harmonies of #983ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983ECC

Black with #983ECC

Text Example


Text Example

White with #983ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983ECC; }

 p { color: rgb(152,62,204); }

 H1.HeaderClassName
 {
   color: #983ECC;
 }
 .AnyTagClassName
 {
   color: #983ECC;
 }
</style>

background-color css

<style>
 a { background-color: #983ECC; }

 a { background-color: rgb(152,62,204); }

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

border-color css

<style>
 span { border-color: #983ECC; }

 span { border-color: rgb(152,62,204); }

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