Html Css Color HEX #983BCF Dark Orchid

📋 copy color: '#983BCF'

red 152 ◦ green 59 ◦ blue 207

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

Shades of Dark Orchid #983BCF

Tints of Dark Orchid #983BCF

RGB

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

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

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

R = 36.36%
G = 14.11%
B = 49.52%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#983BCF (or 0x983BCF) is known color: Dark Orchid. HEX triplet: 98, 3B and CF. RGB value is (152,59,207). Sum of RGB (Red+Green+Blue) = 152+59+207=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 59 (23.44% from 255 or 14.11% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #983BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983BCF is #67C430. Grayscale: #676767. Windows color (decimal): -6800433 or 13581208. OLE color: 13581208.

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

Color convert

RGB 152 59 207 -
CMYK 0.27 0.71 0 0.19
HSL 277.7º 0.61% 0.52% -
HSV(B) 277.7º 0.71% 0.81% -
XYZ 25.78 14.31 60.43 -
YUV 103.68 186.31 162.47 -
System Red Green Blue C M Y K H S L
Decimal 152 59 207 0.27 0.71 0 0.19 277.7 0.61 0.52
Hex 98 3B CF 1B 47 0 13 116 3D 34
Octal 230 73 317 33 107 0 23 426 75 64
Binary 10011000 111011 11001111 11011 1000111 0 10011 100010110 111101 110100

Color Harmonies of #983BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983BCF

Black with #983BCF

Text Example


Text Example

White with #983BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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