Html Css Color HEX #983BDC Dark Orchid

📋 copy color: '#983BDC'

red 152 ◦ green 59 ◦ blue 220

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

Shades of Dark Orchid #983BDC

Tints of Dark Orchid #983BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.69%

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 35.27%
G = 13.69%
B = 51.04%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#983BDC (or 0x983BDC) is known color: Dark Orchid. HEX triplet: 98, 3B and DC. RGB value is (152,59,220). Sum of RGB (Red+Green+Blue) = 152+59+220=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #983BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983BDC is #67C423. Grayscale: #686868. Windows color (decimal): -6800420 or 14433176. OLE color: 14433176.

HSL color Cylindrical-coordinate representation of color #983BDC: hue angle of 274.66º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #983BDC is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 59 220 -
CMYK 0.31 0.73 0 0.14
HSL 274.66º 0.7% 0.55% -
HSV(B) 274.66º 0.73% 0.86% -
XYZ 27.43 14.97 69.15 -
YUV 105.16 192.81 161.41 -
System Red Green Blue C M Y K H S L
Decimal 152 59 220 0.31 0.73 0 0.14 274.66 0.7 0.55
Hex 98 3B DC 1F 49 0 E 113 46 37
Octal 230 73 334 37 111 0 16 423 106 67
Binary 10011000 111011 11011100 11111 1001001 0 1110 100010011 1000110 110111

Color Harmonies of #983BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983BDC

Black with #983BDC

Text Example


Text Example

White with #983BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,59,220); }

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

background-color css

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

 a { background-color: rgb(152,59,220); }

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

border-color css

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

 span { border-color: rgb(152,59,220); }

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