Html Css Color HEX #982ABC Dark Orchid

📋 copy color: '#982ABC'

red 152 ◦ green 42 ◦ blue 188

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

Shades of Dark Orchid #982ABC

Tints of Dark Orchid #982ABC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.99%

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 39.79%
G = 10.99%
B = 49.21%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#982ABC (or 0x982ABC) is known color: Dark Orchid. HEX triplet: 98, 2A and BC. RGB value is (152,42,188). Sum of RGB (Red+Green+Blue) = 152+42+188=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #982ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982ABC is #67D543. Grayscale: #5B5B5B. Windows color (decimal): -6804804 or 12331672. OLE color: 12331672.

HSL color Cylindrical-coordinate representation of color #982ABC: hue angle of 285.21º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982ABC is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 42 188 -
CMYK 0.19 0.78 0 0.26
HSL 285.21º 0.63% 0.45% -
HSV(B) 285.21º 0.78% 0.74% -
XYZ 22.85 11.96 48.68 -
YUV 91.53 182.44 171.13 -
System Red Green Blue C M Y K H S L
Decimal 152 42 188 0.19 0.78 0 0.26 285.21 0.63 0.45
Hex 98 2A BC 13 4E 0 1A 11D 3F 2D
Octal 230 52 274 23 116 0 32 435 77 55
Binary 10011000 101010 10111100 10011 1001110 0 11010 100011101 111111 101101

Color Harmonies of #982ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982ABC

Black with #982ABC

Text Example


Text Example

White with #982ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982ABC; }

 p { color: rgb(152,42,188); }

 H1.HeaderClassName
 {
   color: #982ABC;
 }
 .AnyTagClassName
 {
   color: #982ABC;
 }
</style>

background-color css

<style>
 a { background-color: #982ABC; }

 a { background-color: rgb(152,42,188); }

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

border-color css

<style>
 span { border-color: #982ABC; }

 span { border-color: rgb(152,42,188); }

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