Html Css Color HEX #983BD7 Dark Orchid

📋 copy color: '#983BD7'

red 152 ◦ green 59 ◦ blue 215

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

Shades of Dark Orchid #983BD7

Tints of Dark Orchid #983BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.47%

R = 35.68%
G = 13.85%
B = 50.47%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#983BD7 (or 0x983BD7) is known color: Dark Orchid. HEX triplet: 98, 3B and D7. RGB value is (152,59,215). Sum of RGB (Red+Green+Blue) = 152+59+215=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #983BD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983BD7 is #67C428. Grayscale: #686868. Windows color (decimal): -6800425 or 14105496. OLE color: 14105496.

HSL color Cylindrical-coordinate representation of color #983BD7: hue angle of 275.77º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #983BD7 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 59 215 -
CMYK 0.29 0.73 0 0.16
HSL 275.77º 0.66% 0.54% -
HSV(B) 275.77º 0.73% 0.84% -
XYZ 26.78 14.71 65.72 -
YUV 104.59 190.31 161.82 -
System Red Green Blue C M Y K H S L
Decimal 152 59 215 0.29 0.73 0 0.16 275.77 0.66 0.54
Hex 98 3B D7 1D 49 0 10 114 42 36
Octal 230 73 327 35 111 0 20 424 102 66
Binary 10011000 111011 11010111 11101 1001001 0 10000 100010100 1000010 110110

Color Harmonies of #983BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983BD7

Black with #983BD7

Text Example


Text Example

White with #983BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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