Html Css Color HEX #983CBF Dark Orchid

📋 copy color: '#983CBF'

red 152 ◦ green 60 ◦ blue 191

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

Shades of Dark Orchid #983CBF

Tints of Dark Orchid #983CBF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.89%

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

R = 37.72%
G = 14.89%
B = 47.39%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#983CBF (or 0x983CBF) is known color: Dark Orchid. HEX triplet: 98, 3C and BF. RGB value is (152,60,191). Sum of RGB (Red+Green+Blue) = 152+60+191=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #983CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983CBF is #67C340. Grayscale: #666666. Windows color (decimal): -6800193 or 12532888. OLE color: 12532888.

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

Color convert

RGB 152 60 191 -
CMYK 0.20 0.69 0 0.25
HSL 282.14º 0.52% 0.49% -
HSV(B) 282.14º 0.69% 0.75% -
XYZ 23.97 13.67 50.67 -
YUV 102.44 177.98 163.35 -
System Red Green Blue C M Y K H S L
Decimal 152 60 191 0.20 0.69 0 0.25 282.14 0.52 0.49
Hex 98 3C BF 14 45 0 19 11A 34 31
Octal 230 74 277 24 105 0 31 432 64 61
Binary 10011000 111100 10111111 10100 1000101 0 11001 100011010 110100 110001

Color Harmonies of #983CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983CBF

Black with #983CBF

Text Example


Text Example

White with #983CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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