Html Css Color HEX #983EC1 Dark Orchid

📋 copy color: '#983EC1'

red 152 ◦ green 62 ◦ blue 193

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

Shades of Dark Orchid #983EC1

Tints of Dark Orchid #983EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.42%

R = 37.35%
G = 15.23%
B = 47.42%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#983EC1 (or 0x983EC1) is known color: Dark Orchid. HEX triplet: 98, 3E and C1. RGB value is (152,62,193). Sum of RGB (Red+Green+Blue) = 152+62+193=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #983EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983EC1 is #67C13E. Grayscale: #676767. Windows color (decimal): -6799679 or 12664472. OLE color: 12664472.

HSL color Cylindrical-coordinate representation of color #983EC1: hue angle of 281.22º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983EC1 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 62 193 -
CMYK 0.21 0.68 0 0.24
HSL 281.22º 0.51% 0.5% -
HSV(B) 281.22º 0.68% 0.76% -
XYZ 24.3 13.97 51.87 -
YUV 103.84 178.32 162.35 -
System Red Green Blue C M Y K H S L
Decimal 152 62 193 0.21 0.68 0 0.24 281.22 0.51 0.5
Hex 98 3E C1 15 44 0 18 119 33 32
Octal 230 76 301 25 104 0 30 431 63 62
Binary 10011000 111110 11000001 10101 1000100 0 11000 100011001 110011 110010

Color Harmonies of #983EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983EC1

Black with #983EC1

Text Example


Text Example

White with #983EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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