Html Css Color HEX #982CB3 Dark Orchid

📋 copy color: '#982CB3'

red 152 ◦ green 44 ◦ blue 179

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

Shades of Dark Orchid #982CB3

Tints of Dark Orchid #982CB3

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.73%

 BLUE value IS 179 (70.31% from 255) = 47.73%

R = 40.53%
G = 11.73%
B = 47.73%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#982CB3 (or 0x982CB3) is known color: Dark Orchid. HEX triplet: 98, 2C and B3. RGB value is (152,44,179). Sum of RGB (Red+Green+Blue) = 152+44+179=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 44 (17.58% from 255 or 11.73% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #982CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982CB3 is #67D34C. Grayscale: #5B5B5B. Windows color (decimal): -6804301 or 11742360. OLE color: 11742360.

HSL color Cylindrical-coordinate representation of color #982CB3: hue angle of 288º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982CB3 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 152 44 179 -
CMYK 0.15 0.75 0 0.30
HSL 288º 0.61% 0.44% -
HSV(B) 288º 0.75% 0.7% -
XYZ 21.99 11.73 43.75 -
YUV 91.68 177.28 171.02 -
System Red Green Blue C M Y K H S L
Decimal 152 44 179 0.15 0.75 0 0.30 288 0.61 0.44
Hex 98 2C B3 F 4B 0 1E 120 3D 2C
Octal 230 54 263 17 113 0 36 440 75 54
Binary 10011000 101100 10110011 1111 1001011 0 11110 100100000 111101 101100

Color Harmonies of #982CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982CB3

Black with #982CB3

Text Example


Text Example

White with #982CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,44,179); }

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

background-color css

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

 a { background-color: rgb(152,44,179); }

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

border-color css

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

 span { border-color: rgb(152,44,179); }

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