Html Css Color HEX #983ACF Dark Orchid

📋 copy color: '#983ACF'

red 152 ◦ green 58 ◦ blue 207

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

Shades of Dark Orchid #983ACF

Tints of Dark Orchid #983ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.64%

R = 36.45%
G = 13.91%
B = 49.64%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#983ACF (or 0x983ACF) is known color: Dark Orchid. HEX triplet: 98, 3A and CF. RGB value is (152,58,207). Sum of RGB (Red+Green+Blue) = 152+58+207=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #983ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983ACF is #67C530. Grayscale: #666666. Windows color (decimal): -6800689 or 13580952. OLE color: 13580952.

HSL color Cylindrical-coordinate representation of color #983ACF: hue angle of 277.85º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #983ACF is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 58 207 -
CMYK 0.27 0.72 0 0.19
HSL 277.85º 0.61% 0.52% -
HSV(B) 277.85º 0.72% 0.81% -
XYZ 25.72 14.21 60.42 -
YUV 103.09 186.64 162.88 -
System Red Green Blue C M Y K H S L
Decimal 152 58 207 0.27 0.72 0 0.19 277.85 0.61 0.52
Hex 98 3A CF 1B 48 0 13 116 3D 34
Octal 230 72 317 33 110 0 23 426 75 64
Binary 10011000 111010 11001111 11011 1001000 0 10011 100010110 111101 110100

Color Harmonies of #983ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983ACF

Black with #983ACF

Text Example


Text Example

White with #983ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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