Html Css Color HEX #982BCC Dark Orchid

📋 copy color: '#982BCC'

red 152 ◦ green 43 ◦ blue 204

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

Shades of Dark Orchid #982BCC

Tints of Dark Orchid #982BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 38.1%
G = 10.78%
B = 51.13%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#982BCC (or 0x982BCC) is known color: Dark Orchid. HEX triplet: 98, 2B and CC. RGB value is (152,43,204). Sum of RGB (Red+Green+Blue) = 152+43+204=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #982BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982BCC is #67D433. Grayscale: #5D5D5D. Windows color (decimal): -6804532 or 13380504. OLE color: 13380504.

HSL color Cylindrical-coordinate representation of color #982BCC: hue angle of 280.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982BCC is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 43 204 -
CMYK 0.25 0.79 0 0.2
HSL 280.62º 0.65% 0.48% -
HSV(B) 280.62º 0.79% 0.8% -
XYZ 24.71 12.76 58.29 -
YUV 93.95 190.11 169.41 -
System Red Green Blue C M Y K H S L
Decimal 152 43 204 0.25 0.79 0 0.2 280.62 0.65 0.48
Hex 98 2B CC 19 4F 0 14 119 41 30
Octal 230 53 314 31 117 0 24 431 101 60
Binary 10011000 101011 11001100 11001 1001111 0 10100 100011001 1000001 110000

Color Harmonies of #982BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982BCC

Black with #982BCC

Text Example


Text Example

White with #982BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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