Html Css Color HEX #982DB5 Dark Orchid

📋 copy color: '#982DB5'

red 152 ◦ green 45 ◦ blue 181

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

Shades of Dark Orchid #982DB5

Tints of Dark Orchid #982DB5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.9%

 BLUE value IS 181 (71.09% from 255) = 47.88%

R = 40.21%
G = 11.9%
B = 47.88%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#982DB5 (or 0x982DB5) is known color: Dark Orchid. HEX triplet: 98, 2D and B5. RGB value is (152,45,181). Sum of RGB (Red+Green+Blue) = 152+45+181=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 181 (71.09% from 255 or 47.88% from 378); Max value from RGB is 181 - color contains mainly: blue. Hex color #982DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982DB5 is #67D24A. Grayscale: #5C5C5C. Windows color (decimal): -6804043 or 11873688. OLE color: 11873688.

HSL color Cylindrical-coordinate representation of color #982DB5: hue angle of 287.21º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982DB5 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 45 181 -
CMYK 0.16 0.75 0 0.29
HSL 287.21º 0.6% 0.44% -
HSV(B) 287.21º 0.75% 0.71% -
XYZ 22.23 11.89 44.84 -
YUV 92.5 177.95 170.44 -
System Red Green Blue C M Y K H S L
Decimal 152 45 181 0.16 0.75 0 0.29 287.21 0.6 0.44
Hex 98 2D B5 10 4B 0 1D 11F 3C 2C
Octal 230 55 265 20 113 0 35 437 74 54
Binary 10011000 101101 10110101 10000 1001011 0 11101 100011111 111100 101100

Color Harmonies of #982DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982DB5

Black with #982DB5

Text Example


Text Example

White with #982DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,45,181); }

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

background-color css

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

 a { background-color: rgb(152,45,181); }

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

border-color css

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

 span { border-color: rgb(152,45,181); }

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