Html Css Color HEX #983ADC Dark Orchid

📋 copy color: '#983ADC'

red 152 ◦ green 58 ◦ blue 220

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

Shades of Dark Orchid #983ADC

Tints of Dark Orchid #983ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.49%

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

R = 35.35%
G = 13.49%
B = 51.16%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#983ADC (or 0x983ADC) is known color: Dark Orchid. HEX triplet: 98, 3A and DC. RGB value is (152,58,220). Sum of RGB (Red+Green+Blue) = 152+58+220=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #983ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983ADC is #67C523. Grayscale: #686868. Windows color (decimal): -6800676 or 14432920. OLE color: 14432920.

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

Color convert

RGB 152 58 220 -
CMYK 0.31 0.74 0 0.14
HSL 274.81º 0.7% 0.55% -
HSV(B) 274.81º 0.74% 0.86% -
XYZ 27.38 14.87 69.14 -
YUV 104.57 193.14 161.83 -
System Red Green Blue C M Y K H S L
Decimal 152 58 220 0.31 0.74 0 0.14 274.81 0.7 0.55
Hex 98 3A DC 1F 4A 0 E 113 46 37
Octal 230 72 334 37 112 0 16 423 106 67
Binary 10011000 111010 11011100 11111 1001010 0 1110 100010011 1000110 110111

Color Harmonies of #983ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983ADC

Black with #983ADC

Text Example


Text Example

White with #983ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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