Html Css Color HEX #981FCB Dark Orchid

📋 copy color: '#981FCB'

red 152 ◦ green 31 ◦ blue 203

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

Shades of Dark Orchid #981FCB

Tints of Dark Orchid #981FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.59%

R = 39.38%
G = 8.03%
B = 52.59%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#981FCB (or 0x981FCB) is known color: Dark Orchid. HEX triplet: 98, 1F and CB. RGB value is (152,31,203). Sum of RGB (Red+Green+Blue) = 152+31+203=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #981FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981FCB is #67E034. Grayscale: #565656. Windows color (decimal): -6807605 or 13311896. OLE color: 13311896.

HSL color Cylindrical-coordinate representation of color #981FCB: hue angle of 282.21º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981FCB is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 31 203 -
CMYK 0.25 0.85 0 0.20
HSL 282.21º 0.74% 0.46% -
HSV(B) 282.21º 0.85% 0.8% -
XYZ 24.22 11.97 57.53 -
YUV 86.79 193.59 174.51 -
System Red Green Blue C M Y K H S L
Decimal 152 31 203 0.25 0.85 0 0.20 282.21 0.74 0.46
Hex 98 1F CB 19 55 0 14 11A 4A 2E
Octal 230 37 313 31 125 0 24 432 112 56
Binary 10011000 11111 11001011 11001 1010101 0 10100 100011010 1001010 101110

Color Harmonies of #981FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981FCB

Black with #981FCB

Text Example


Text Example

White with #981FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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