Html Css Color HEX #972BBA Dark Orchid

📋 copy color: '#972BBA'

red 151 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #972BBA

Tints of Dark Orchid #972BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 39.74%
G = 11.32%
B = 48.95%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#972BBA (or 0x972BBA) is known color: Dark Orchid. HEX triplet: 97, 2B and BA. RGB value is (151,43,186). Sum of RGB (Red+Green+Blue) = 151+43+186=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #972BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972BBA is #68D445. Grayscale: #5B5B5B. Windows color (decimal): -6870086 or 12200855. OLE color: 12200855.

HSL color Cylindrical-coordinate representation of color #972BBA: hue angle of 285.31º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972BBA is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 43 186 -
CMYK 0.19 0.77 0 0.27
HSL 285.31º 0.62% 0.45% -
HSV(B) 285.31º 0.77% 0.73% -
XYZ 22.49 11.85 47.56 -
YUV 91.59 181.28 170.37 -
System Red Green Blue C M Y K H S L
Decimal 151 43 186 0.19 0.77 0 0.27 285.31 0.62 0.45
Hex 97 2B BA 13 4D 0 1B 11D 3E 2D
Octal 227 53 272 23 115 0 33 435 76 55
Binary 10010111 101011 10111010 10011 1001101 0 11011 100011101 111110 101101

Color Harmonies of #972BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972BBA

Black with #972BBA

Text Example


Text Example

White with #972BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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