Html Css Color HEX #983FCD Dark Orchid

📋 copy color: '#983FCD'

red 152 ◦ green 63 ◦ blue 205

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

Shades of Dark Orchid #983FCD

Tints of Dark Orchid #983FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 15%

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

R = 36.19%
G = 15%
B = 48.81%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#983FCD (or 0x983FCD) is known color: Dark Orchid. HEX triplet: 98, 3F and CD. RGB value is (152,63,205). Sum of RGB (Red+Green+Blue) = 152+63+205=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #983FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983FCD is #67C032. Grayscale: #696969. Windows color (decimal): -6799411 or 13451160. OLE color: 13451160.

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

Color convert

RGB 152 63 205 -
CMYK 0.26 0.69 0 0.20
HSL 277.61º 0.59% 0.53% -
HSV(B) 277.61º 0.69% 0.8% -
XYZ 25.75 14.64 59.23 -
YUV 105.8 183.99 160.95 -
System Red Green Blue C M Y K H S L
Decimal 152 63 205 0.26 0.69 0 0.20 277.61 0.59 0.53
Hex 98 3F CD 1A 45 0 14 116 3B 35
Octal 230 77 315 32 105 0 24 426 73 65
Binary 10011000 111111 11001101 11010 1000101 0 10100 100010110 111011 110101

Color Harmonies of #983FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983FCD

Black with #983FCD

Text Example


Text Example

White with #983FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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