Html Css Color HEX #983BDB Dark Orchid

📋 copy color: '#983BDB'

red 152 ◦ green 59 ◦ blue 219

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

Shades of Dark Orchid #983BDB

Tints of Dark Orchid #983BDB

RGB

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

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

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

R = 35.35%
G = 13.72%
B = 50.93%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#983BDB (or 0x983BDB) is known color: Dark Orchid. HEX triplet: 98, 3B and DB. RGB value is (152,59,219). Sum of RGB (Red+Green+Blue) = 152+59+219=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #983BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983BDB is #67C424. Grayscale: #686868. Windows color (decimal): -6800421 or 14367640. OLE color: 14367640.

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

Color convert

RGB 152 59 219 -
CMYK 0.31 0.73 0 0.14
HSL 274.88º 0.69% 0.55% -
HSV(B) 274.88º 0.73% 0.86% -
XYZ 27.3 14.92 68.46 -
YUV 105.05 192.31 161.49 -
System Red Green Blue C M Y K H S L
Decimal 152 59 219 0.31 0.73 0 0.14 274.88 0.69 0.55
Hex 98 3B DB 1F 49 0 E 113 45 37
Octal 230 73 333 37 111 0 16 423 105 67
Binary 10011000 111011 11011011 11111 1001001 0 1110 100010011 1000101 110111

Color Harmonies of #983BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983BDB

Black with #983BDB

Text Example


Text Example

White with #983BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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