Html Css Color HEX #982FBA Dark Orchid

📋 copy color: '#982FBA'

red 152 ◦ green 47 ◦ blue 186

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

Shades of Dark Orchid #982FBA

Tints of Dark Orchid #982FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.21%

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

R = 39.48%
G = 12.21%
B = 48.31%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#982FBA (or 0x982FBA) is known color: Dark Orchid. HEX triplet: 98, 2F and BA. RGB value is (152,47,186). Sum of RGB (Red+Green+Blue) = 152+47+186=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #982FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982FBA is #67D045. Grayscale: #5D5D5D. Windows color (decimal): -6803526 or 12201880. OLE color: 12201880.

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

Color convert

RGB 152 47 186 -
CMYK 0.18 0.75 0 0.27
HSL 285.32º 0.6% 0.46% -
HSV(B) 285.32º 0.75% 0.73% -
XYZ 22.83 12.25 47.62 -
YUV 94.24 179.79 169.2 -
System Red Green Blue C M Y K H S L
Decimal 152 47 186 0.18 0.75 0 0.27 285.32 0.6 0.46
Hex 98 2F BA 12 4B 0 1B 11D 3C 2E
Octal 230 57 272 22 113 0 33 435 74 56
Binary 10011000 101111 10111010 10010 1001011 0 11011 100011101 111100 101110

Color Harmonies of #982FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982FBA

Black with #982FBA

Text Example


Text Example

White with #982FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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