Html Css Color HEX #983DDB Dark Orchid

📋 copy color: '#983DDB'

red 152 ◦ green 61 ◦ blue 219

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

Shades of Dark Orchid #983DDB

Tints of Dark Orchid #983DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.69%

R = 35.19%
G = 14.12%
B = 50.69%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#983DDB (or 0x983DDB) is known color: Dark Orchid. HEX triplet: 98, 3D and DB. RGB value is (152,61,219). Sum of RGB (Red+Green+Blue) = 152+61+219=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #983DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983DDB is #67C224. Grayscale: #696969. Windows color (decimal): -6799909 or 14368152. OLE color: 14368152.

HSL color Cylindrical-coordinate representation of color #983DDB: hue angle of 274.56º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #983DDB is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 61 219 -
CMYK 0.31 0.72 0 0.14
HSL 274.56º 0.69% 0.55% -
HSV(B) 274.56º 0.72% 0.86% -
XYZ 27.4 15.13 68.49 -
YUV 106.22 191.65 160.65 -
System Red Green Blue C M Y K H S L
Decimal 152 61 219 0.31 0.72 0 0.14 274.56 0.69 0.55
Hex 98 3D DB 1F 48 0 E 113 45 37
Octal 230 75 333 37 110 0 16 423 105 67
Binary 10011000 111101 11011011 11111 1001000 0 1110 100010011 1000101 110111

Color Harmonies of #983DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983DDB

Black with #983DDB

Text Example


Text Example

White with #983DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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