Html Css Color HEX #983BD5 Dark Orchid

📋 copy color: '#983BD5'

red 152 ◦ green 59 ◦ blue 213

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

Shades of Dark Orchid #983BD5

Tints of Dark Orchid #983BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.24%

R = 35.85%
G = 13.92%
B = 50.24%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#983BD5 (or 0x983BD5) is known color: Dark Orchid. HEX triplet: 98, 3B and D5. RGB value is (152,59,213). Sum of RGB (Red+Green+Blue) = 152+59+213=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 213 (83.59% from 255 or 50.24% from 424); Max value from RGB is 213 - color contains mainly: blue. Hex color #983BD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983BD5 is #67C42A. Grayscale: #676767. Windows color (decimal): -6800427 or 13974424. OLE color: 13974424.

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

Color convert

RGB 152 59 213 -
CMYK 0.29 0.72 0 0.16
HSL 276.23º 0.65% 0.53% -
HSV(B) 276.23º 0.72% 0.84% -
XYZ 26.52 14.61 64.37 -
YUV 104.36 189.31 161.98 -
System Red Green Blue C M Y K H S L
Decimal 152 59 213 0.29 0.72 0 0.16 276.23 0.65 0.53
Hex 98 3B D5 1D 48 0 10 114 41 35
Octal 230 73 325 35 110 0 20 424 101 65
Binary 10011000 111011 11010101 11101 1001000 0 10000 100010100 1000001 110101

Color Harmonies of #983BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983BD5

Black with #983BD5

Text Example


Text Example

White with #983BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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