Html Css Color HEX #983CBC Dark Orchid

📋 copy color: '#983CBC'

red 152 ◦ green 60 ◦ blue 188

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

Shades of Dark Orchid #983CBC

Tints of Dark Orchid #983CBC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15%

 BLUE value IS 188 (73.83% from 255) = 47%

R = 38%
G = 15%
B = 47%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#983CBC (or 0x983CBC) is known color: Dark Orchid. HEX triplet: 98, 3C and BC. RGB value is (152,60,188). Sum of RGB (Red+Green+Blue) = 152+60+188=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #983CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983CBC is #67C343. Grayscale: #656565. Windows color (decimal): -6800196 or 12336280. OLE color: 12336280.

HSL color Cylindrical-coordinate representation of color #983CBC: hue angle of 283.12º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983CBC is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 60 188 -
CMYK 0.19 0.68 0 0.26
HSL 283.13º 0.52% 0.49% -
HSV(B) 283.13º 0.68% 0.74% -
XYZ 23.64 13.54 48.94 -
YUV 102.1 176.48 163.59 -
System Red Green Blue C M Y K H S L
Decimal 152 60 188 0.19 0.68 0 0.26 283.13 0.52 0.49
Hex 98 3C BC 13 44 0 1A 11B 34 31
Octal 230 74 274 23 104 0 32 433 64 61
Binary 10011000 111100 10111100 10011 1000100 0 11010 100011011 110100 110001

Color Harmonies of #983CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983CBC

Black with #983CBC

Text Example


Text Example

White with #983CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,60,188); }

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

background-color css

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

 a { background-color: rgb(152,60,188); }

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

border-color css

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

 span { border-color: rgb(152,60,188); }

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