Html Css Color HEX #982BB3 Dark Orchid

📋 copy color: '#982BB3'

red 152 ◦ green 43 ◦ blue 179

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

Shades of Dark Orchid #982BB3

Tints of Dark Orchid #982BB3

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.5%

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

R = 40.64%
G = 11.5%
B = 47.86%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#982BB3 (or 0x982BB3) is known color: Dark Orchid. HEX triplet: 98, 2B and B3. RGB value is (152,43,179). Sum of RGB (Red+Green+Blue) = 152+43+179=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #982BB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982BB3 is #67D44C. Grayscale: #5A5A5A. Windows color (decimal): -6804557 or 11742104. OLE color: 11742104.

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

Color convert

RGB 152 43 179 -
CMYK 0.15 0.76 0 0.30
HSL 288.09º 0.61% 0.44% -
HSV(B) 288.09º 0.76% 0.7% -
XYZ 21.95 11.66 43.74 -
YUV 91.1 177.61 171.44 -
System Red Green Blue C M Y K H S L
Decimal 152 43 179 0.15 0.76 0 0.30 288.09 0.61 0.44
Hex 98 2B B3 F 4C 0 1E 120 3D 2C
Octal 230 53 263 17 114 0 36 440 75 54
Binary 10011000 101011 10110011 1111 1001100 0 11110 100100000 111101 101100

Color Harmonies of #982BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982BB3

Black with #982BB3

Text Example


Text Example

White with #982BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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