Html Css Color HEX #981FCF Dark Orchid

📋 copy color: '#981FCF'

red 152 ◦ green 31 ◦ blue 207

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

Shades of Dark Orchid #981FCF

Tints of Dark Orchid #981FCF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.95%

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

R = 38.97%
G = 7.95%
B = 53.08%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#981FCF (or 0x981FCF) is known color: Dark Orchid. HEX triplet: 98, 1F and CF. RGB value is (152,31,207). Sum of RGB (Red+Green+Blue) = 152+31+207=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #981FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981FCF is #67E030. Grayscale: #565656. Windows color (decimal): -6807601 or 13574040. OLE color: 13574040.

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

Color convert

RGB 152 31 207 -
CMYK 0.27 0.85 0 0.19
HSL 281.25º 0.74% 0.47% -
HSV(B) 281.25º 0.85% 0.81% -
XYZ 24.7 12.16 60.08 -
YUV 87.24 195.59 174.19 -
System Red Green Blue C M Y K H S L
Decimal 152 31 207 0.27 0.85 0 0.19 281.25 0.74 0.47
Hex 98 1F CF 1B 55 0 13 119 4A 2F
Octal 230 37 317 33 125 0 23 431 112 57
Binary 10011000 11111 11001111 11011 1010101 0 10011 100011001 1001010 101111

Color Harmonies of #981FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981FCF

Black with #981FCF

Text Example


Text Example

White with #981FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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