Html Css Color HEX #972FBE Dark Orchid

📋 copy color: '#972FBE'

red 151 ◦ green 47 ◦ blue 190

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

Shades of Dark Orchid #972FBE

Tints of Dark Orchid #972FBE

RGB

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

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

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

R = 38.92%
G = 12.11%
B = 48.97%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#972FBE (or 0x972FBE) is known color: Dark Orchid. HEX triplet: 97, 2F and BE. RGB value is (151,47,190). Sum of RGB (Red+Green+Blue) = 151+47+190=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #972FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972FBE is #68D041. Grayscale: #5D5D5D. Windows color (decimal): -6869058 or 12464023. OLE color: 12464023.

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

Color convert

RGB 151 47 190 -
CMYK 0.21 0.75 0 0.25
HSL 283.64º 0.6% 0.46% -
HSV(B) 283.64º 0.75% 0.75% -
XYZ 23.07 12.33 49.88 -
YUV 94.4 181.96 168.37 -
System Red Green Blue C M Y K H S L
Decimal 151 47 190 0.21 0.75 0 0.25 283.64 0.6 0.46
Hex 97 2F BE 15 4B 0 19 11C 3C 2E
Octal 227 57 276 25 113 0 31 434 74 56
Binary 10010111 101111 10111110 10101 1001011 0 11001 100011100 111100 101110

Color Harmonies of #972FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972FBE

Black with #972FBE

Text Example


Text Example

White with #972FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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