Html Css Color HEX #972FDB Dark Orchid

📋 copy color: '#972FDB'

red 151 ◦ green 47 ◦ blue 219

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

Shades of Dark Orchid #972FDB

Tints of Dark Orchid #972FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.27%

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

R = 36.21%
G = 11.27%
B = 52.52%

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

#972FDB (or 0x972FDB) is known color: Dark Orchid. HEX triplet: 97, 2F and DB. RGB value is (151,47,219). Sum of RGB (Red+Green+Blue) = 151+47+219=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #972FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972FDB is #68D024. Grayscale: #616161. Windows color (decimal): -6869029 or 14364567. OLE color: 14364567.

HSL color Cylindrical-coordinate representation of color #972FDB: hue angle of 276.28º degrees, saturation: 0.7, 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 #972FDB is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 47 219 -
CMYK 0.31 0.79 0 0.14
HSL 276.28º 0.7% 0.52% -
HSV(B) 276.28º 0.79% 0.86% -
XYZ 26.57 13.73 68.27 -
YUV 97.7 196.46 166.01 -
System Red Green Blue C M Y K H S L
Decimal 151 47 219 0.31 0.79 0 0.14 276.28 0.7 0.52
Hex 97 2F DB 1F 4F 0 E 114 46 34
Octal 227 57 333 37 117 0 16 424 106 64
Binary 10010111 101111 11011011 11111 1001111 0 1110 100010100 1000110 110100

Color Harmonies of #972FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972FDB

Black with #972FDB

Text Example


Text Example

White with #972FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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