Html Css Color HEX #981CCF Dark Orchid

📋 copy color: '#981CCF'

red 152 ◦ green 28 ◦ blue 207

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

Shades of Dark Orchid #981CCF

Tints of Dark Orchid #981CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.49%

R = 39.28%
G = 7.24%
B = 53.49%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#981CCF (or 0x981CCF) is known color: Dark Orchid. HEX triplet: 98, 1C and CF. RGB value is (152,28,207). Sum of RGB (Red+Green+Blue) = 152+28+207=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #981CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981CCF is #67E330. Grayscale: #545454. Windows color (decimal): -6808369 or 13573272. OLE color: 13573272.

HSL color Cylindrical-coordinate representation of color #981CCF: hue angle of 281.56º 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 #981CCF is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 28 207 -
CMYK 0.27 0.86 0 0.19
HSL 281.56º 0.76% 0.46% -
HSV(B) 281.56º 0.86% 0.81% -
XYZ 24.63 12.01 60.05 -
YUV 85.48 196.58 175.45 -
System Red Green Blue C M Y K H S L
Decimal 152 28 207 0.27 0.86 0 0.19 281.56 0.76 0.46
Hex 98 1C CF 1B 56 0 13 11A 4C 2E
Octal 230 34 317 33 126 0 23 432 114 56
Binary 10011000 11100 11001111 11011 1010110 0 10011 100011010 1001100 101110

Color Harmonies of #981CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981CCF

Black with #981CCF

Text Example


Text Example

White with #981CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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