Html Css Color HEX #983CC5 Dark Orchid

📋 copy color: '#983CC5'

red 152 ◦ green 60 ◦ blue 197

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

Shades of Dark Orchid #983CC5

Tints of Dark Orchid #983CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 48.17%

R = 37.16%
G = 14.67%
B = 48.17%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#983CC5 (or 0x983CC5) is known color: Dark Orchid. HEX triplet: 98, 3C and C5. RGB value is (152,60,197). Sum of RGB (Red+Green+Blue) = 152+60+197=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 197 (77.34% from 255 or 48.17% from 409); Max value from RGB is 197 - color contains mainly: blue. Hex color #983CC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983CC5 is #67C33A. Grayscale: #666666. Windows color (decimal): -6800187 or 12926104. OLE color: 12926104.

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

Color convert

RGB 152 60 197 -
CMYK 0.23 0.70 0 0.23
HSL 280.29º 0.54% 0.5% -
HSV(B) 280.29º 0.7% 0.77% -
XYZ 24.64 13.94 54.21 -
YUV 103.13 180.98 162.86 -
System Red Green Blue C M Y K H S L
Decimal 152 60 197 0.23 0.70 0 0.23 280.29 0.54 0.5
Hex 98 3C C5 17 46 0 17 118 36 32
Octal 230 74 305 27 106 0 27 430 66 62
Binary 10011000 111100 11000101 10111 1000110 0 10111 100011000 110110 110010

Color Harmonies of #983CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983CC5

Black with #983CC5

Text Example


Text Example

White with #983CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,60,197); }

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

background-color css

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

 a { background-color: rgb(152,60,197); }

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

border-color css

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

 span { border-color: rgb(152,60,197); }

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