Html Css Color HEX #982BAB Dark Orchid

📋 copy color: '#982BAB'

red 152 ◦ green 43 ◦ blue 171

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

Shades of Dark Orchid #982BAB

Tints of Dark Orchid #982BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.75%

 BLUE value IS 171 (67.19% from 255) = 46.72%

R = 41.53%
G = 11.75%
B = 46.72%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#982BAB (or 0x982BAB) is known color: Dark Orchid. HEX triplet: 98, 2B and AB. RGB value is (152,43,171). Sum of RGB (Red+Green+Blue) = 152+43+171=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #982BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982BAB is #67D454. Grayscale: #595959. Windows color (decimal): -6804565 or 11217816. OLE color: 11217816.

HSL color Cylindrical-coordinate representation of color #982BAB: hue angle of 291.09º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982BAB is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 43 171 -
CMYK 0.11 0.75 0 0.33
HSL 291.09º 0.6% 0.42% -
HSV(B) 291.09º 0.75% 0.67% -
XYZ 21.16 11.34 39.6 -
YUV 90.18 173.61 172.09 -
System Red Green Blue C M Y K H S L
Decimal 152 43 171 0.11 0.75 0 0.33 291.09 0.6 0.42
Hex 98 2B AB B 4B 0 21 123 3C 2A
Octal 230 53 253 13 113 0 41 443 74 52
Binary 10011000 101011 10101011 1011 1001011 0 100001 100100011 111100 101010

Color Harmonies of #982BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982BAB

Black with #982BAB

Text Example


Text Example

White with #982BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,43,171); }

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

background-color css

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

 a { background-color: rgb(152,43,171); }

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

border-color css

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

 span { border-color: rgb(152,43,171); }

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