Html Css Color HEX #983EBC Dark Orchid

📋 copy color: '#983EBC'

red 152 ◦ green 62 ◦ blue 188

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

Shades of Dark Orchid #983EBC

Tints of Dark Orchid #983EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.42%

 BLUE value IS 188 (73.83% from 255) = 46.77%

R = 37.81%
G = 15.42%
B = 46.77%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#983EBC (or 0x983EBC) is known color: Dark Orchid. HEX triplet: 98, 3E and BC. RGB value is (152,62,188). Sum of RGB (Red+Green+Blue) = 152+62+188=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 62 (24.61% from 255 or 15.42% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #983EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983EBC is #67C143. Grayscale: #666666. Windows color (decimal): -6799684 or 12336792. OLE color: 12336792.

HSL color Cylindrical-coordinate representation of color #983EBC: hue angle of 282.86º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #983EBC is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 62 188 -
CMYK 0.19 0.67 0 0.26
HSL 282.86º 0.5% 0.49% -
HSV(B) 282.86º 0.67% 0.74% -
XYZ 23.75 13.75 48.98 -
YUV 103.27 175.82 162.75 -
System Red Green Blue C M Y K H S L
Decimal 152 62 188 0.19 0.67 0 0.26 282.86 0.5 0.49
Hex 98 3E BC 13 43 0 1A 11B 32 31
Octal 230 76 274 23 103 0 32 433 62 61
Binary 10011000 111110 10111100 10011 1000011 0 11010 100011011 110010 110001

Color Harmonies of #983EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983EBC

Black with #983EBC

Text Example


Text Example

White with #983EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,62,188); }

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

background-color css

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

 a { background-color: rgb(152,62,188); }

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

border-color css

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

 span { border-color: rgb(152,62,188); }

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