Html Css Color HEX #982BBE Dark Orchid

📋 copy color: '#982BBE'

red 152 ◦ green 43 ◦ blue 190

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

Shades of Dark Orchid #982BBE

Tints of Dark Orchid #982BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.35%

R = 39.48%
G = 11.17%
B = 49.35%

CMYK

 C value IS 0.2

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#982BBE (or 0x982BBE) is known color: Dark Orchid. HEX triplet: 98, 2B and BE. RGB value is (152,43,190). Sum of RGB (Red+Green+Blue) = 152+43+190=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #982BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982BBE is #67D441. Grayscale: #5B5B5B. Windows color (decimal): -6804546 or 12463000. OLE color: 12463000.

HSL color Cylindrical-coordinate representation of color #982BBE: hue angle of 284.49º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982BBE is Cyan = 0.2, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 43 190 -
CMYK 0.2 0.77 0 0.25
HSL 284.49º 0.63% 0.46% -
HSV(B) 284.49º 0.77% 0.75% -
XYZ 23.11 12.12 49.84 -
YUV 92.35 183.11 170.55 -
System Red Green Blue C M Y K H S L
Decimal 152 43 190 0.2 0.77 0 0.25 284.49 0.63 0.46
Hex 98 2B BE 14 4D 0 19 11C 3F 2E
Octal 230 53 276 24 115 0 31 434 77 56
Binary 10011000 101011 10111110 10100 1001101 0 11001 100011100 111111 101110

Color Harmonies of #982BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982BBE

Black with #982BBE

Text Example


Text Example

White with #982BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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