Html Css Color HEX #972FBD Dark Orchid

📋 copy color: '#972FBD'

red 151 ◦ green 47 ◦ blue 189

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

Shades of Dark Orchid #972FBD

Tints of Dark Orchid #972FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.84%

R = 39.02%
G = 12.14%
B = 48.84%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#972FBD (or 0x972FBD) is known color: Dark Orchid. HEX triplet: 97, 2F and BD. RGB value is (151,47,189). Sum of RGB (Red+Green+Blue) = 151+47+189=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #972FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972FBD is #68D042. Grayscale: #5D5D5D. Windows color (decimal): -6869059 or 12398487. OLE color: 12398487.

HSL color Cylindrical-coordinate representation of color #972FBD: hue angle of 283.94º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972FBD is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 47 189 -
CMYK 0.20 0.75 0 0.26
HSL 283.94º 0.6% 0.46% -
HSV(B) 283.94º 0.75% 0.74% -
XYZ 22.96 12.29 49.31 -
YUV 94.28 181.46 168.45 -
System Red Green Blue C M Y K H S L
Decimal 151 47 189 0.20 0.75 0 0.26 283.94 0.6 0.46
Hex 97 2F BD 14 4B 0 1A 11C 3C 2E
Octal 227 57 275 24 113 0 32 434 74 56
Binary 10010111 101111 10111101 10100 1001011 0 11010 100011100 111100 101110

Color Harmonies of #972FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972FBD

Black with #972FBD

Text Example


Text Example

White with #972FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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