Html Css Color HEX #983FBF Dark Orchid

📋 copy color: '#983FBF'

red 152 ◦ green 63 ◦ blue 191

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

Shades of Dark Orchid #983FBF

Tints of Dark Orchid #983FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.04%

R = 37.44%
G = 15.52%
B = 47.04%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#983FBF (or 0x983FBF) is known color: Dark Orchid. HEX triplet: 98, 3F and BF. RGB value is (152,63,191). Sum of RGB (Red+Green+Blue) = 152+63+191=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #983FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983FBF is #67C040. Grayscale: #676767. Windows color (decimal): -6799425 or 12533656. OLE color: 12533656.

HSL color Cylindrical-coordinate representation of color #983FBF: hue angle of 281.72º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #983FBF is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 63 191 -
CMYK 0.20 0.67 0 0.25
HSL 281.72º 0.5% 0.5% -
HSV(B) 281.72º 0.67% 0.75% -
XYZ 24.13 13.99 50.72 -
YUV 104.2 176.99 162.09 -
System Red Green Blue C M Y K H S L
Decimal 152 63 191 0.20 0.67 0 0.25 281.72 0.5 0.5
Hex 98 3F BF 14 43 0 19 11A 32 32
Octal 230 77 277 24 103 0 31 432 62 62
Binary 10011000 111111 10111111 10100 1000011 0 11001 100011010 110010 110010

Color Harmonies of #983FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983FBF

Black with #983FBF

Text Example


Text Example

White with #983FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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