Html Css Color HEX #983FCF Dark Orchid

📋 copy color: '#983FCF'

red 152 ◦ green 63 ◦ blue 207

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

Shades of Dark Orchid #983FCF

Tints of Dark Orchid #983FCF

RGB

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

 GREEN value IS 63 (25% from 255) = 14.93%

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

R = 36.02%
G = 14.93%
B = 49.05%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#983FCF (or 0x983FCF) is known color: Dark Orchid. HEX triplet: 98, 3F and CF. RGB value is (152,63,207). Sum of RGB (Red+Green+Blue) = 152+63+207=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #983FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983FCF is #67C030. Grayscale: #696969. Windows color (decimal): -6799409 or 13582232. OLE color: 13582232.

HSL color Cylindrical-coordinate representation of color #983FCF: hue angle of 277.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #983FCF is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 63 207 -
CMYK 0.27 0.70 0 0.19
HSL 277.08º 0.6% 0.53% -
HSV(B) 277.08º 0.7% 0.81% -
XYZ 25.99 14.74 60.51 -
YUV 106.03 184.99 160.79 -
System Red Green Blue C M Y K H S L
Decimal 152 63 207 0.27 0.70 0 0.19 277.08 0.6 0.53
Hex 98 3F CF 1B 46 0 13 115 3C 35
Octal 230 77 317 33 106 0 23 425 74 65
Binary 10011000 111111 11001111 11011 1000110 0 10011 100010101 111100 110101

Color Harmonies of #983FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983FCF

Black with #983FCF

Text Example


Text Example

White with #983FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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