Html Css Color HEX #983DC2 Dark Orchid

📋 copy color: '#983DC2'

red 152 ◦ green 61 ◦ blue 194

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

Shades of Dark Orchid #983DC2

Tints of Dark Orchid #983DC2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.99%

 BLUE value IS 194 (76.17% from 255) = 47.67%

R = 37.35%
G = 14.99%
B = 47.67%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#983DC2 (or 0x983DC2) is known color: Dark Orchid. HEX triplet: 98, 3D and C2. RGB value is (152,61,194). Sum of RGB (Red+Green+Blue) = 152+61+194=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 194 - color contains mainly: blue. Hex color #983DC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983DC2 is #67C23D. Grayscale: #666666. Windows color (decimal): -6799934 or 12729752. OLE color: 12729752.

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

Color convert

RGB 152 61 194 -
CMYK 0.22 0.69 0 0.24
HSL 281.05º 0.52% 0.5% -
HSV(B) 281.05º 0.69% 0.76% -
XYZ 24.36 13.91 52.44 -
YUV 103.37 179.15 162.69 -
System Red Green Blue C M Y K H S L
Decimal 152 61 194 0.22 0.69 0 0.24 281.05 0.52 0.5
Hex 98 3D C2 16 45 0 18 119 34 32
Octal 230 75 302 26 105 0 30 431 64 62
Binary 10011000 111101 11000010 10110 1000101 0 11000 100011001 110100 110010

Color Harmonies of #983DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983DC2

Black with #983DC2

Text Example


Text Example

White with #983DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,61,194); }

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

background-color css

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

 a { background-color: rgb(152,61,194); }

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

border-color css

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

 span { border-color: rgb(152,61,194); }

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