Html Css Color HEX #981FBE Dark Orchid

📋 copy color: '#981FBE'

red 152 ◦ green 31 ◦ blue 190

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

Shades of Dark Orchid #981FBE

Tints of Dark Orchid #981FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.94%

R = 40.75%
G = 8.31%
B = 50.94%

CMYK

 C value IS 0.2

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#981FBE (or 0x981FBE) is known color: Dark Orchid. HEX triplet: 98, 1F and BE. RGB value is (152,31,190). Sum of RGB (Red+Green+Blue) = 152+31+190=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #981FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981FBE is #67E041. Grayscale: #545454. Windows color (decimal): -6807618 or 12459928. OLE color: 12459928.

HSL color Cylindrical-coordinate representation of color #981FBE: hue angle of 285.66º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981FBE is Cyan = 0.2, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 31 190 -
CMYK 0.2 0.84 0 0.25
HSL 285.66º 0.72% 0.43% -
HSV(B) 285.66º 0.84% 0.75% -
XYZ 22.73 11.37 49.71 -
YUV 85.31 187.09 175.57 -
System Red Green Blue C M Y K H S L
Decimal 152 31 190 0.2 0.84 0 0.25 285.66 0.72 0.43
Hex 98 1F BE 14 54 0 19 11E 48 2B
Octal 230 37 276 24 124 0 31 436 110 53
Binary 10011000 11111 10111110 10100 1010100 0 11001 100011110 1001000 101011

Color Harmonies of #981FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981FBE

Black with #981FBE

Text Example


Text Example

White with #981FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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