Html Css Color HEX #972EDB Dark Orchid

📋 copy color: '#972EDB'

red 151 ◦ green 46 ◦ blue 219

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

Shades of Dark Orchid #972EDB

Tints of Dark Orchid #972EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.06%

 BLUE value IS 219 (85.94% from 255) = 52.64%

R = 36.3%
G = 11.06%
B = 52.64%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#972EDB (or 0x972EDB) is known color: Dark Orchid. HEX triplet: 97, 2E and DB. RGB value is (151,46,219). Sum of RGB (Red+Green+Blue) = 151+46+219=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #972EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972EDB is #68D124. Grayscale: #606060. Windows color (decimal): -6869285 or 14364311. OLE color: 14364311.

HSL color Cylindrical-coordinate representation of color #972EDB: hue angle of 276.42º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972EDB is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 46 219 -
CMYK 0.31 0.79 0 0.14
HSL 276.42º 0.71% 0.52% -
HSV(B) 276.42º 0.79% 0.86% -
XYZ 26.53 13.65 68.25 -
YUV 97.12 196.79 166.43 -
System Red Green Blue C M Y K H S L
Decimal 151 46 219 0.31 0.79 0 0.14 276.42 0.71 0.52
Hex 97 2E DB 1F 4F 0 E 114 47 34
Octal 227 56 333 37 117 0 16 424 107 64
Binary 10010111 101110 11011011 11111 1001111 0 1110 100010100 1000111 110100

Color Harmonies of #972EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972EDB

Black with #972EDB

Text Example


Text Example

White with #972EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,46,219); }

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

background-color css

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

 a { background-color: rgb(151,46,219); }

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

border-color css

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

 span { border-color: rgb(151,46,219); }

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