Html Css Color HEX #982CCE Dark Orchid

📋 copy color: '#982CCE'

red 152 ◦ green 44 ◦ blue 206

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

Shades of Dark Orchid #982CCE

Tints of Dark Orchid #982CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 37.81%
G = 10.95%
B = 51.24%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#982CCE (or 0x982CCE) is known color: Dark Orchid. HEX triplet: 98, 2C and CE. RGB value is (152,44,206). Sum of RGB (Red+Green+Blue) = 152+44+206=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 44 (17.58% from 255 or 10.95% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #982CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982CCE is #67D331. Grayscale: #5E5E5E. Windows color (decimal): -6804274 or 13511832. OLE color: 13511832.

HSL color Cylindrical-coordinate representation of color #982CCE: hue angle of 280º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982CCE is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 44 206 -
CMYK 0.26 0.79 0 0.19
HSL 280º 0.65% 0.49% -
HSV(B) 280º 0.79% 0.81% -
XYZ 24.99 12.93 59.57 -
YUV 94.76 190.78 168.83 -
System Red Green Blue C M Y K H S L
Decimal 152 44 206 0.26 0.79 0 0.19 280 0.65 0.49
Hex 98 2C CE 1A 4F 0 13 118 41 31
Octal 230 54 316 32 117 0 23 430 101 61
Binary 10011000 101100 11001110 11010 1001111 0 10011 100011000 1000001 110001

Color Harmonies of #982CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982CCE

Black with #982CCE

Text Example


Text Example

White with #982CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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