Html Css Color HEX #972CBA Dark Orchid

📋 copy color: '#972CBA'

red 151 ◦ green 44 ◦ blue 186

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

Shades of Dark Orchid #972CBA

Tints of Dark Orchid #972CBA

RGB

 RED value IS 151 (59.38% from 255) = 39.63%

 GREEN value IS 44 (17.58% from 255) = 11.55%

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 39.63%
G = 11.55%
B = 48.82%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#972CBA (or 0x972CBA) is known color: Dark Orchid. HEX triplet: 97, 2C and BA. RGB value is (151,44,186). Sum of RGB (Red+Green+Blue) = 151+44+186=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #972CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972CBA is #68D345. Grayscale: #5B5B5B. Windows color (decimal): -6869830 or 12201111. OLE color: 12201111.

HSL color Cylindrical-coordinate representation of color #972CBA: hue angle of 285.21º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #972CBA is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 44 186 -
CMYK 0.19 0.76 0 0.27
HSL 285.21º 0.62% 0.45% -
HSV(B) 285.21º 0.76% 0.73% -
XYZ 22.53 11.93 47.57 -
YUV 92.18 180.95 169.95 -
System Red Green Blue C M Y K H S L
Decimal 151 44 186 0.19 0.76 0 0.27 285.21 0.62 0.45
Hex 97 2C BA 13 4C 0 1B 11D 3E 2D
Octal 227 54 272 23 114 0 33 435 76 55
Binary 10010111 101100 10111010 10011 1001100 0 11011 100011101 111110 101101

Color Harmonies of #972CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972CBA

Black with #972CBA

Text Example


Text Example

White with #972CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972CBA; }

 p { color: rgb(151,44,186); }

 H1.HeaderClassName
 {
   color: #972CBA;
 }
 .AnyTagClassName
 {
   color: #972CBA;
 }
</style>

background-color css

<style>
 a { background-color: #972CBA; }

 a { background-color: rgb(151,44,186); }

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

border-color css

<style>
 span { border-color: #972CBA; }

 span { border-color: rgb(151,44,186); }

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