Html Css Color HEX #973BBB Dark Orchid

📋 copy color: '#973BBB'

red 151 ◦ green 59 ◦ blue 187

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

Shades of Dark Orchid #973BBB

Tints of Dark Orchid #973BBB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.86%

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 38.04%
G = 14.86%
B = 47.1%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#973BBB (or 0x973BBB) is known color: Dark Orchid. HEX triplet: 97, 3B and BB. RGB value is (151,59,187). Sum of RGB (Red+Green+Blue) = 151+59+187=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #973BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973BBB is #68C444. Grayscale: #646464. Windows color (decimal): -6865989 or 12270487. OLE color: 12270487.

HSL color Cylindrical-coordinate representation of color #973BBB: hue angle of 283.12º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #973BBB is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 59 187 -
CMYK 0.19 0.68 0 0.27
HSL 283.13º 0.52% 0.48% -
HSV(B) 283.13º 0.68% 0.73% -
XYZ 23.3 13.3 48.35 -
YUV 101.1 176.48 163.59 -
System Red Green Blue C M Y K H S L
Decimal 151 59 187 0.19 0.68 0 0.27 283.13 0.52 0.48
Hex 97 3B BB 13 44 0 1B 11B 34 30
Octal 227 73 273 23 104 0 33 433 64 60
Binary 10010111 111011 10111011 10011 1000100 0 11011 100011011 110100 110000

Color Harmonies of #973BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973BBB

Black with #973BBB

Text Example


Text Example

White with #973BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973BBB; }

 p { color: rgb(151,59,187); }

 H1.HeaderClassName
 {
   color: #973BBB;
 }
 .AnyTagClassName
 {
   color: #973BBB;
 }
</style>

background-color css

<style>
 a { background-color: #973BBB; }

 a { background-color: rgb(151,59,187); }

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

border-color css

<style>
 span { border-color: #973BBB; }

 span { border-color: rgb(151,59,187); }

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