Html Css Color HEX #981CCE Dark Orchid

📋 copy color: '#981CCE'

red 152 ◦ green 28 ◦ blue 206

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

Shades of Dark Orchid #981CCE

Tints of Dark Orchid #981CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.25%

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

R = 39.38%
G = 7.25%
B = 53.37%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#981CCE (or 0x981CCE) is known color: Dark Orchid. HEX triplet: 98, 1C and CE. RGB value is (152,28,206). Sum of RGB (Red+Green+Blue) = 152+28+206=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #981CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981CCE is #67E331. Grayscale: #545454. Windows color (decimal): -6808370 or 13507736. OLE color: 13507736.

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

Color convert

RGB 152 28 206 -
CMYK 0.26 0.86 0 0.19
HSL 281.8º 0.76% 0.46% -
HSV(B) 281.8º 0.86% 0.81% -
XYZ 24.5 11.96 59.41 -
YUV 85.37 196.08 175.53 -
System Red Green Blue C M Y K H S L
Decimal 152 28 206 0.26 0.86 0 0.19 281.8 0.76 0.46
Hex 98 1C CE 1A 56 0 13 11A 4C 2E
Octal 230 34 316 32 126 0 23 432 114 56
Binary 10011000 11100 11001110 11010 1010110 0 10011 100011010 1001100 101110

Color Harmonies of #981CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981CCE

Black with #981CCE

Text Example


Text Example

White with #981CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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