Html Css Color HEX #983ACC Dark Orchid

📋 copy color: '#983ACC'

red 152 ◦ green 58 ◦ blue 204

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

Shades of Dark Orchid #983ACC

Tints of Dark Orchid #983ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.01%

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 36.71%
G = 14.01%
B = 49.28%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#983ACC (or 0x983ACC) is known color: Dark Orchid. HEX triplet: 98, 3A and CC. RGB value is (152,58,204). Sum of RGB (Red+Green+Blue) = 152+58+204=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #983ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983ACC is #67C533. Grayscale: #666666. Windows color (decimal): -6800692 or 13384344. OLE color: 13384344.

HSL color Cylindrical-coordinate representation of color #983ACC: hue angle of 278.63º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #983ACC is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 58 204 -
CMYK 0.25 0.72 0 0.2
HSL 278.63º 0.59% 0.51% -
HSV(B) 278.63º 0.72% 0.8% -
XYZ 25.36 14.06 58.5 -
YUV 102.75 185.14 163.13 -
System Red Green Blue C M Y K H S L
Decimal 152 58 204 0.25 0.72 0 0.2 278.63 0.59 0.51
Hex 98 3A CC 19 48 0 14 117 3B 33
Octal 230 72 314 31 110 0 24 427 73 63
Binary 10011000 111010 11001100 11001 1001000 0 10100 100010111 111011 110011

Color Harmonies of #983ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983ACC

Black with #983ACC

Text Example


Text Example

White with #983ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,58,204); }

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

background-color css

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

 a { background-color: rgb(152,58,204); }

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

border-color css

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

 span { border-color: rgb(152,58,204); }

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