Html Css Color HEX #972BBD Dark Orchid

📋 copy color: '#972BBD'

red 151 ◦ green 43 ◦ blue 189

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

Shades of Dark Orchid #972BBD

Tints of Dark Orchid #972BBD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.23%

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

R = 39.43%
G = 11.23%
B = 49.35%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#972BBD (or 0x972BBD) is known color: Dark Orchid. HEX triplet: 97, 2B and BD. RGB value is (151,43,189). Sum of RGB (Red+Green+Blue) = 151+43+189=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #972BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972BBD is #68D442. Grayscale: #5B5B5B. Windows color (decimal): -6870083 or 12397463. OLE color: 12397463.

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

Color convert

RGB 151 43 189 -
CMYK 0.20 0.77 0 0.26
HSL 284.38º 0.63% 0.45% -
HSV(B) 284.38º 0.77% 0.74% -
XYZ 22.81 11.98 49.25 -
YUV 91.94 182.78 170.13 -
System Red Green Blue C M Y K H S L
Decimal 151 43 189 0.20 0.77 0 0.26 284.38 0.63 0.45
Hex 97 2B BD 14 4D 0 1A 11C 3F 2D
Octal 227 53 275 24 115 0 32 434 77 55
Binary 10010111 101011 10111101 10100 1001101 0 11010 100011100 111111 101101

Color Harmonies of #972BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972BBD

Black with #972BBD

Text Example


Text Example

White with #972BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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