Html Css Color HEX #981ACF Dark Orchid

📋 copy color: '#981ACF'

red 152 ◦ green 26 ◦ blue 207

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

Shades of Dark Orchid #981ACF

Tints of Dark Orchid #981ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.75%

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

R = 39.48%
G = 6.75%
B = 53.77%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#981ACF (or 0x981ACF) is known color: Dark Orchid. HEX triplet: 98, 1A and CF. RGB value is (152,26,207). Sum of RGB (Red+Green+Blue) = 152+26+207=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #981ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981ACF is #67E530. Grayscale: #535353. Windows color (decimal): -6808881 or 13572760. OLE color: 13572760.

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

Color convert

RGB 152 26 207 -
CMYK 0.27 0.87 0 0.19
HSL 281.77º 0.78% 0.46% -
HSV(B) 281.77º 0.87% 0.81% -
XYZ 24.58 11.92 60.04 -
YUV 84.31 197.24 176.28 -
System Red Green Blue C M Y K H S L
Decimal 152 26 207 0.27 0.87 0 0.19 281.77 0.78 0.46
Hex 98 1A CF 1B 57 0 13 11A 4E 2E
Octal 230 32 317 33 127 0 23 432 116 56
Binary 10011000 11010 11001111 11011 1010111 0 10011 100011010 1001110 101110

Color Harmonies of #981ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981ACF

Black with #981ACF

Text Example


Text Example

White with #981ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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