Html Css Color HEX #982DCB Dark Orchid

📋 copy color: '#982DCB'

red 152 ◦ green 45 ◦ blue 203

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

Shades of Dark Orchid #982DCB

Tints of Dark Orchid #982DCB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.25%

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

R = 38%
G = 11.25%
B = 50.75%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#982DCB (or 0x982DCB) is known color: Dark Orchid. HEX triplet: 98, 2D and CB. RGB value is (152,45,203). Sum of RGB (Red+Green+Blue) = 152+45+203=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #982DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982DCB is #67D234. Grayscale: #5E5E5E. Windows color (decimal): -6804021 or 13315480. OLE color: 13315480.

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

Color convert

RGB 152 45 203 -
CMYK 0.25 0.78 0 0.20
HSL 280.63º 0.64% 0.49% -
HSV(B) 280.63º 0.78% 0.8% -
XYZ 24.67 12.86 57.68 -
YUV 95.01 188.95 168.65 -
System Red Green Blue C M Y K H S L
Decimal 152 45 203 0.25 0.78 0 0.20 280.63 0.64 0.49
Hex 98 2D CB 19 4E 0 14 119 40 31
Octal 230 55 313 31 116 0 24 431 100 61
Binary 10011000 101101 11001011 11001 1001110 0 10100 100011001 1000000 110001

Color Harmonies of #982DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982DCB

Black with #982DCB

Text Example


Text Example

White with #982DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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