Html Css Color HEX #981DCB Dark Orchid

📋 copy color: '#981DCB'

red 152 ◦ green 29 ◦ blue 203

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

Shades of Dark Orchid #981DCB

Tints of Dark Orchid #981DCB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.55%

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

R = 39.58%
G = 7.55%
B = 52.86%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#981DCB (or 0x981DCB) is known color: Dark Orchid. HEX triplet: 98, 1D and CB. RGB value is (152,29,203). Sum of RGB (Red+Green+Blue) = 152+29+203=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #981DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981DCB is #67E234. Grayscale: #555555. Windows color (decimal): -6808117 or 13311384. OLE color: 13311384.

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

Color convert

RGB 152 29 203 -
CMYK 0.25 0.86 0 0.20
HSL 282.41º 0.75% 0.45% -
HSV(B) 282.41º 0.86% 0.8% -
XYZ 24.17 11.87 57.52 -
YUV 85.61 194.25 175.35 -
System Red Green Blue C M Y K H S L
Decimal 152 29 203 0.25 0.86 0 0.20 282.41 0.75 0.45
Hex 98 1D CB 19 56 0 14 11A 4B 2D
Octal 230 35 313 31 126 0 24 432 113 55
Binary 10011000 11101 11001011 11001 1010110 0 10100 100011010 1001011 101101

Color Harmonies of #981DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981DCB

Black with #981DCB

Text Example


Text Example

White with #981DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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