Html Css Color HEX #982CBC Dark Orchid

📋 copy color: '#982CBC'

red 152 ◦ green 44 ◦ blue 188

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

Shades of Dark Orchid #982CBC

Tints of Dark Orchid #982CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.96%

R = 39.58%
G = 11.46%
B = 48.96%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#982CBC (or 0x982CBC) is known color: Dark Orchid. HEX triplet: 98, 2C and BC. RGB value is (152,44,188). Sum of RGB (Red+Green+Blue) = 152+44+188=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #982CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982CBC is #67D343. Grayscale: #5C5C5C. Windows color (decimal): -6804292 or 12332184. OLE color: 12332184.

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

Color convert

RGB 152 44 188 -
CMYK 0.19 0.77 0 0.26
HSL 285º 0.62% 0.45% -
HSV(B) 285º 0.77% 0.74% -
XYZ 22.93 12.11 48.71 -
YUV 92.71 181.78 170.29 -
System Red Green Blue C M Y K H S L
Decimal 152 44 188 0.19 0.77 0 0.26 285 0.62 0.45
Hex 98 2C BC 13 4D 0 1A 11D 3E 2D
Octal 230 54 274 23 115 0 32 435 76 55
Binary 10011000 101100 10111100 10011 1001101 0 11010 100011101 111110 101101

Color Harmonies of #982CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982CBC

Black with #982CBC

Text Example


Text Example

White with #982CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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