Html Css Color HEX #982CBB Dark Orchid

📋 copy color: '#982CBB'

red 152 ◦ green 44 ◦ blue 187

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

Shades of Dark Orchid #982CBB

Tints of Dark Orchid #982CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.49%

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 39.69%
G = 11.49%
B = 48.83%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#982CBB (or 0x982CBB) is known color: Dark Orchid. HEX triplet: 98, 2C and BB. RGB value is (152,44,187). Sum of RGB (Red+Green+Blue) = 152+44+187=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #982CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982CBB is #67D344. Grayscale: #5C5C5C. Windows color (decimal): -6804293 or 12266648. OLE color: 12266648.

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

Color convert

RGB 152 44 187 -
CMYK 0.19 0.76 0 0.27
HSL 285.31º 0.62% 0.45% -
HSV(B) 285.31º 0.76% 0.73% -
XYZ 22.82 12.06 48.14 -
YUV 92.59 181.28 170.37 -
System Red Green Blue C M Y K H S L
Decimal 152 44 187 0.19 0.76 0 0.27 285.31 0.62 0.45
Hex 98 2C BB 13 4C 0 1B 11D 3E 2D
Octal 230 54 273 23 114 0 33 435 76 55
Binary 10011000 101100 10111011 10011 1001100 0 11011 100011101 111110 101101

Color Harmonies of #982CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982CBB

Black with #982CBB

Text Example


Text Example

White with #982CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,44,187); }

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

background-color css

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

 a { background-color: rgb(152,44,187); }

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

border-color css

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

 span { border-color: rgb(152,44,187); }

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