Html Css Color HEX #984ADA Dark Orchid

📋 copy color: '#984ADA'

red 152 ◦ green 74 ◦ blue 218

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

Shades of Dark Orchid #984ADA

Tints of Dark Orchid #984ADA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.67%

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 34.23%
G = 16.67%
B = 49.1%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#984ADA (or 0x984ADA) is known color: Dark Orchid. HEX triplet: 98, 4A and DA. RGB value is (152,74,218). Sum of RGB (Red+Green+Blue) = 152+74+218=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #984ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984ADA is #67B525. Grayscale: #717171. Windows color (decimal): -6796582 or 14305944. OLE color: 14305944.

HSL color Cylindrical-coordinate representation of color #984ADA: hue angle of 272.5º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #984ADA is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 74 218 -
CMYK 0.30 0.66 0 0.15
HSL 272.5º 0.66% 0.57% -
HSV(B) 272.5º 0.66% 0.85% -
XYZ 28.05 16.63 68.06 -
YUV 113.74 186.84 155.29 -
System Red Green Blue C M Y K H S L
Decimal 152 74 218 0.30 0.66 0 0.15 272.5 0.66 0.57
Hex 98 4A DA 1E 42 0 F 110 42 39
Octal 230 112 332 36 102 0 17 420 102 71
Binary 10011000 1001010 11011010 11110 1000010 0 1111 100010000 1000010 111001

Color Harmonies of #984ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984ADA

Black with #984ADA

Text Example


Text Example

White with #984ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984ADA; }

 p { color: rgb(152,74,218); }

 H1.HeaderClassName
 {
   color: #984ADA;
 }
 .AnyTagClassName
 {
   color: #984ADA;
 }
</style>

background-color css

<style>
 a { background-color: #984ADA; }

 a { background-color: rgb(152,74,218); }

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

border-color css

<style>
 span { border-color: #984ADA; }

 span { border-color: rgb(152,74,218); }

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