Html Css Color HEX #982BDA Dark Orchid

📋 copy color: '#982BDA'

red 152 ◦ green 43 ◦ blue 218

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

Shades of Dark Orchid #982BDA

Tints of Dark Orchid #982BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.78%

R = 36.8%
G = 10.41%
B = 52.78%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#982BDA (or 0x982BDA) is known color: Dark Orchid. HEX triplet: 98, 2B and DA. RGB value is (152,43,218). Sum of RGB (Red+Green+Blue) = 152+43+218=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #982BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982BDA is #67D425. Grayscale: #5E5E5E. Windows color (decimal): -6804518 or 14298008. OLE color: 14298008.

HSL color Cylindrical-coordinate representation of color #982BDA: hue angle of 277.37º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #982BDA is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 43 218 -
CMYK 0.30 0.80 0 0.15
HSL 277.37º 0.7% 0.51% -
HSV(B) 277.37º 0.8% 0.85% -
XYZ 26.47 13.47 67.53 -
YUV 95.54 197.11 168.27 -
System Red Green Blue C M Y K H S L
Decimal 152 43 218 0.30 0.80 0 0.15 277.37 0.7 0.51
Hex 98 2B DA 1E 50 0 F 115 46 33
Octal 230 53 332 36 120 0 17 425 106 63
Binary 10011000 101011 11011010 11110 1010000 0 1111 100010101 1000110 110011

Color Harmonies of #982BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982BDA

Black with #982BDA

Text Example


Text Example

White with #982BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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