Html Css Color HEX #983CC8 Dark Orchid

📋 copy color: '#983CC8'

red 152 ◦ green 60 ◦ blue 200

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

Shades of Dark Orchid #983CC8

Tints of Dark Orchid #983CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 48.54%

R = 36.89%
G = 14.56%
B = 48.54%

CMYK

 C value IS 0.24

 M value IS 0.7

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#983CC8 (or 0x983CC8) is known color: Dark Orchid. HEX triplet: 98, 3C and C8. RGB value is (152,60,200). Sum of RGB (Red+Green+Blue) = 152+60+200=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 200 - color contains mainly: blue. Hex color #983CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983CC8 is #67C337. Grayscale: #676767. Windows color (decimal): -6800184 or 13122712. OLE color: 13122712.

HSL color Cylindrical-coordinate representation of color #983CC8: hue angle of 279.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #983CC8 is Cyan = 0.24, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 60 200 -
CMYK 0.24 0.7 0 0.22
HSL 279.43º 0.56% 0.51% -
HSV(B) 279.43º 0.7% 0.78% -
XYZ 24.99 14.08 56.04 -
YUV 103.47 182.48 162.62 -
System Red Green Blue C M Y K H S L
Decimal 152 60 200 0.24 0.7 0 0.22 279.43 0.56 0.51
Hex 98 3C C8 18 46 0 16 117 38 33
Octal 230 74 310 30 106 0 26 427 70 63
Binary 10011000 111100 11001000 11000 1000110 0 10110 100010111 111000 110011

Color Harmonies of #983CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983CC8

Black with #983CC8

Text Example


Text Example

White with #983CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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