Html Css Color HEX #982DC3 Dark Orchid

📋 copy color: '#982DC3'

red 152 ◦ green 45 ◦ blue 195

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

Shades of Dark Orchid #982DC3

Tints of Dark Orchid #982DC3

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.48%

 BLUE value IS 195 (76.56% from 255) = 49.74%

R = 38.78%
G = 11.48%
B = 49.74%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#982DC3 (or 0x982DC3) is known color: Dark Orchid. HEX triplet: 98, 2D and C3. RGB value is (152,45,195). Sum of RGB (Red+Green+Blue) = 152+45+195=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 195 (76.56% from 255 or 49.74% from 392); Max value from RGB is 195 - color contains mainly: blue. Hex color #982DC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982DC3 is #67D23C. Grayscale: #5D5D5D. Windows color (decimal): -6804029 or 12791192. OLE color: 12791192.

HSL color Cylindrical-coordinate representation of color #982DC3: hue angle of 282.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982DC3 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 45 195 -
CMYK 0.22 0.77 0 0.24
HSL 282.8º 0.63% 0.47% -
HSV(B) 282.8º 0.77% 0.76% -
XYZ 23.74 12.49 52.79 -
YUV 94.09 184.95 169.3 -
System Red Green Blue C M Y K H S L
Decimal 152 45 195 0.22 0.77 0 0.24 282.8 0.63 0.47
Hex 98 2D C3 16 4D 0 18 11B 3E 2F
Octal 230 55 303 26 115 0 30 433 76 57
Binary 10011000 101101 11000011 10110 1001101 0 11000 100011011 111110 101111

Color Harmonies of #982DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982DC3

Black with #982DC3

Text Example


Text Example

White with #982DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982DC3; }

 p { color: rgb(152,45,195); }

 H1.HeaderClassName
 {
   color: #982DC3;
 }
 .AnyTagClassName
 {
   color: #982DC3;
 }
</style>

background-color css

<style>
 a { background-color: #982DC3; }

 a { background-color: rgb(152,45,195); }

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

border-color css

<style>
 span { border-color: #982DC3; }

 span { border-color: rgb(152,45,195); }

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