Html Css Color HEX #983ACD Dark Orchid

📋 copy color: '#983ACD'

red 152 ◦ green 58 ◦ blue 205

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

Shades of Dark Orchid #983ACD

Tints of Dark Orchid #983ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.98%

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 36.63%
G = 13.98%
B = 49.4%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#983ACD (or 0x983ACD) is known color: Dark Orchid. HEX triplet: 98, 3A and CD. RGB value is (152,58,205). Sum of RGB (Red+Green+Blue) = 152+58+205=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #983ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983ACD is #67C532. Grayscale: #666666. Windows color (decimal): -6800691 or 13449880. OLE color: 13449880.

HSL color Cylindrical-coordinate representation of color #983ACD: hue angle of 278.37º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #983ACD is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 58 205 -
CMYK 0.26 0.72 0 0.20
HSL 278.37º 0.6% 0.52% -
HSV(B) 278.37º 0.72% 0.8% -
XYZ 25.48 14.11 59.14 -
YUV 102.86 185.64 163.05 -
System Red Green Blue C M Y K H S L
Decimal 152 58 205 0.26 0.72 0 0.20 278.37 0.6 0.52
Hex 98 3A CD 1A 48 0 14 116 3C 34
Octal 230 72 315 32 110 0 24 426 74 64
Binary 10011000 111010 11001101 11010 1001000 0 10100 100010110 111100 110100

Color Harmonies of #983ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983ACD

Black with #983ACD

Text Example


Text Example

White with #983ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,58,205); }

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

background-color css

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

 a { background-color: rgb(152,58,205); }

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

border-color css

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

 span { border-color: rgb(152,58,205); }

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