Html Css Color HEX #982BBA Dark Orchid

📋 copy color: '#982BBA'

red 152 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #982BBA

Tints of Dark Orchid #982BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 39.9%
G = 11.29%
B = 48.82%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#982BBA (or 0x982BBA) is known color: Dark Orchid. HEX triplet: 98, 2B and BA. RGB value is (152,43,186). Sum of RGB (Red+Green+Blue) = 152+43+186=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #982BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982BBA is #67D445. Grayscale: #5B5B5B. Windows color (decimal): -6804550 or 12200856. OLE color: 12200856.

HSL color Cylindrical-coordinate representation of color #982BBA: hue angle of 285.73º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982BBA is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 43 186 -
CMYK 0.18 0.77 0 0.27
HSL 285.73º 0.62% 0.45% -
HSV(B) 285.73º 0.77% 0.73% -
XYZ 22.68 11.95 47.57 -
YUV 91.89 181.11 170.87 -
System Red Green Blue C M Y K H S L
Decimal 152 43 186 0.18 0.77 0 0.27 285.73 0.62 0.45
Hex 98 2B BA 12 4D 0 1B 11E 3E 2D
Octal 230 53 272 22 115 0 33 436 76 55
Binary 10011000 101011 10111010 10010 1001101 0 11011 100011110 111110 101101

Color Harmonies of #982BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982BBA

Black with #982BBA

Text Example


Text Example

White with #982BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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