Html Css Color HEX #983ADD Dark Orchid

📋 copy color: '#983ADD'

red 152 ◦ green 58 ◦ blue 221

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

Shades of Dark Orchid #983ADD

Tints of Dark Orchid #983ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 35.27%
G = 13.46%
B = 51.28%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#983ADD (or 0x983ADD) is known color: Dark Orchid. HEX triplet: 98, 3A and DD. RGB value is (152,58,221). Sum of RGB (Red+Green+Blue) = 152+58+221=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #983ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983ADD is #67C522. Grayscale: #686868. Windows color (decimal): -6800675 or 14498456. OLE color: 14498456.

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

Color convert

RGB 152 58 221 -
CMYK 0.31 0.74 0 0.13
HSL 274.6º 0.71% 0.55% -
HSV(B) 274.6º 0.74% 0.87% -
XYZ 27.51 14.92 69.84 -
YUV 104.69 193.64 161.75 -
System Red Green Blue C M Y K H S L
Decimal 152 58 221 0.31 0.74 0 0.13 274.6 0.71 0.55
Hex 98 3A DD 1F 4A 0 D 113 47 37
Octal 230 72 335 37 112 0 15 423 107 67
Binary 10011000 111010 11011101 11111 1001010 0 1101 100010011 1000111 110111

Color Harmonies of #983ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983ADD

Black with #983ADD

Text Example


Text Example

White with #983ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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