Html Css Color HEX #982FCD Dark Orchid

📋 copy color: '#982FCD'

red 152 ◦ green 47 ◦ blue 205

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

Shades of Dark Orchid #982FCD

Tints of Dark Orchid #982FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.63%

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 37.62%
G = 11.63%
B = 50.74%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#982FCD (or 0x982FCD) is known color: Dark Orchid. HEX triplet: 98, 2F and CD. RGB value is (152,47,205). Sum of RGB (Red+Green+Blue) = 152+47+205=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #982FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982FCD is #67D032. Grayscale: #5F5F5F. Windows color (decimal): -6803507 or 13447064. OLE color: 13447064.

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

Color convert

RGB 152 47 205 -
CMYK 0.26 0.77 0 0.20
HSL 279.87º 0.63% 0.49% -
HSV(B) 279.87º 0.77% 0.8% -
XYZ 24.98 13.12 58.97 -
YUV 96.41 189.29 167.65 -
System Red Green Blue C M Y K H S L
Decimal 152 47 205 0.26 0.77 0 0.20 279.87 0.63 0.49
Hex 98 2F CD 1A 4D 0 14 118 3F 31
Octal 230 57 315 32 115 0 24 430 77 61
Binary 10011000 101111 11001101 11010 1001101 0 10100 100011000 111111 110001

Color Harmonies of #982FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982FCD

Black with #982FCD

Text Example


Text Example

White with #982FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,47,205); }

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

background-color css

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

 a { background-color: rgb(152,47,205); }

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

border-color css

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

 span { border-color: rgb(152,47,205); }

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