Html Css Color HEX #981BCC Dark Orchid

📋 copy color: '#981BCC'

red 152 ◦ green 27 ◦ blue 204

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

Shades of Dark Orchid #981BCC

Tints of Dark Orchid #981BCC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.05%

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

R = 39.69%
G = 7.05%
B = 53.26%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#981BCC (or 0x981BCC) is known color: Dark Orchid. HEX triplet: 98, 1B and CC. RGB value is (152,27,204). Sum of RGB (Red+Green+Blue) = 152+27+204=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #981BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981BCC is #67E433. Grayscale: #535353. Windows color (decimal): -6808628 or 13376408. OLE color: 13376408.

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

Color convert

RGB 152 27 204 -
CMYK 0.25 0.87 0 0.2
HSL 282.37º 0.77% 0.45% -
HSV(B) 282.37º 0.87% 0.8% -
XYZ 24.24 11.82 58.13 -
YUV 84.55 195.41 176.11 -
System Red Green Blue C M Y K H S L
Decimal 152 27 204 0.25 0.87 0 0.2 282.37 0.77 0.45
Hex 98 1B CC 19 57 0 14 11A 4D 2D
Octal 230 33 314 31 127 0 24 432 115 55
Binary 10011000 11011 11001100 11001 1010111 0 10100 100011010 1001101 101101

Color Harmonies of #981BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981BCC

Black with #981BCC

Text Example


Text Example

White with #981BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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