Html Css Color HEX #972CBE Dark Orchid

📋 copy color: '#972CBE'

red 151 ◦ green 44 ◦ blue 190

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

Shades of Dark Orchid #972CBE

Tints of Dark Orchid #972CBE

RGB

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

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

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

R = 39.22%
G = 11.43%
B = 49.35%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#972CBE (or 0x972CBE) is known color: Dark Orchid. HEX triplet: 97, 2C and BE. RGB value is (151,44,190). Sum of RGB (Red+Green+Blue) = 151+44+190=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 44 (17.58% from 255 or 11.43% 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 #972CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972CBE is #68D341. Grayscale: #5C5C5C. Windows color (decimal): -6869826 or 12463255. OLE color: 12463255.

HSL color Cylindrical-coordinate representation of color #972CBE: hue angle of 283.97º degrees, saturation: 0.62, 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 #972CBE is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 44 190 -
CMYK 0.21 0.77 0 0.25
HSL 283.97º 0.62% 0.46% -
HSV(B) 283.97º 0.77% 0.75% -
XYZ 22.96 12.1 49.84 -
YUV 92.64 182.95 169.63 -
System Red Green Blue C M Y K H S L
Decimal 151 44 190 0.21 0.77 0 0.25 283.97 0.62 0.46
Hex 97 2C BE 15 4D 0 19 11C 3E 2E
Octal 227 54 276 25 115 0 31 434 76 56
Binary 10010111 101100 10111110 10101 1001101 0 11001 100011100 111110 101110

Color Harmonies of #972CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972CBE

Black with #972CBE

Text Example


Text Example

White with #972CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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