Html Css Color HEX #982ABF Dark Orchid

📋 copy color: '#982ABF'

red 152 ◦ green 42 ◦ blue 191

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

Shades of Dark Orchid #982ABF

Tints of Dark Orchid #982ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.61%

R = 39.48%
G = 10.91%
B = 49.61%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#982ABF (or 0x982ABF) is known color: Dark Orchid. HEX triplet: 98, 2A and BF. RGB value is (152,42,191). Sum of RGB (Red+Green+Blue) = 152+42+191=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #982ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982ABF is #67D540. Grayscale: #5B5B5B. Windows color (decimal): -6804801 or 12528280. OLE color: 12528280.

HSL color Cylindrical-coordinate representation of color #982ABF: hue angle of 284.3º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982ABF is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 42 191 -
CMYK 0.20 0.78 0 0.25
HSL 284.3º 0.64% 0.46% -
HSV(B) 284.3º 0.78% 0.75% -
XYZ 23.18 12.09 50.4 -
YUV 91.88 183.94 170.88 -
System Red Green Blue C M Y K H S L
Decimal 152 42 191 0.20 0.78 0 0.25 284.3 0.64 0.46
Hex 98 2A BF 14 4E 0 19 11C 40 2E
Octal 230 52 277 24 116 0 31 434 100 56
Binary 10011000 101010 10111111 10100 1001110 0 11001 100011100 1000000 101110

Color Harmonies of #982ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982ABF

Black with #982ABF

Text Example


Text Example

White with #982ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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