Html Css Color HEX #983BCD Dark Orchid

📋 copy color: '#983BCD'

red 152 ◦ green 59 ◦ blue 205

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

Shades of Dark Orchid #983BCD

Tints of Dark Orchid #983BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.18%

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

R = 36.54%
G = 14.18%
B = 49.28%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#983BCD (or 0x983BCD) is known color: Dark Orchid. HEX triplet: 98, 3B and CD. RGB value is (152,59,205). Sum of RGB (Red+Green+Blue) = 152+59+205=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #983BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983BCD is #67C432. Grayscale: #666666. Windows color (decimal): -6800435 or 13450136. OLE color: 13450136.

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

Color convert

RGB 152 59 205 -
CMYK 0.26 0.71 0 0.20
HSL 278.22º 0.59% 0.52% -
HSV(B) 278.22º 0.71% 0.8% -
XYZ 25.53 14.21 59.15 -
YUV 103.45 185.31 162.63 -
System Red Green Blue C M Y K H S L
Decimal 152 59 205 0.26 0.71 0 0.20 278.22 0.59 0.52
Hex 98 3B CD 1A 47 0 14 116 3B 34
Octal 230 73 315 32 107 0 24 426 73 64
Binary 10011000 111011 11001101 11010 1000111 0 10100 100010110 111011 110100

Color Harmonies of #983BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983BCD

Black with #983BCD

Text Example


Text Example

White with #983BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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