Html Css Color HEX #982ABE Dark Orchid

📋 copy color: '#982ABE'

red 152 ◦ green 42 ◦ blue 190

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

Shades of Dark Orchid #982ABE

Tints of Dark Orchid #982ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 39.58%
G = 10.94%
B = 49.48%

CMYK

 C value IS 0.2

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#982ABE (or 0x982ABE) is known color: Dark Orchid. HEX triplet: 98, 2A and BE. RGB value is (152,42,190). Sum of RGB (Red+Green+Blue) = 152+42+190=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #982ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982ABE is #67D541. Grayscale: #5B5B5B. Windows color (decimal): -6804802 or 12462744. OLE color: 12462744.

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

Color convert

RGB 152 42 190 -
CMYK 0.2 0.78 0 0.25
HSL 284.59º 0.64% 0.45% -
HSV(B) 284.59º 0.78% 0.75% -
XYZ 23.07 12.05 49.82 -
YUV 91.76 183.44 170.97 -
System Red Green Blue C M Y K H S L
Decimal 152 42 190 0.2 0.78 0 0.25 284.59 0.64 0.45
Hex 98 2A BE 14 4E 0 19 11D 40 2D
Octal 230 52 276 24 116 0 31 435 100 55
Binary 10011000 101010 10111110 10100 1001110 0 11001 100011101 1000000 101101

Color Harmonies of #982ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982ABE

Black with #982ABE

Text Example


Text Example

White with #982ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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