Html Css Color HEX #971CB3 Dark Orchid

📋 copy color: '#971CB3'

red 151 ◦ green 28 ◦ blue 179

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

Shades of Dark Orchid #971CB3

Tints of Dark Orchid #971CB3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.82%

 BLUE value IS 179 (70.31% from 255) = 50%

R = 42.18%
G = 7.82%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#971CB3 (or 0x971CB3) is known color: Dark Orchid. HEX triplet: 97, 1C and B3. RGB value is (151,28,179). Sum of RGB (Red+Green+Blue) = 151+28+179=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #971CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971CB3 is #68E34C. Grayscale: #515151. Windows color (decimal): -6873933 or 11738263. OLE color: 11738263.

HSL color Cylindrical-coordinate representation of color #971CB3: hue angle of 288.87º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971CB3 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 151 28 179 -
CMYK 0.16 0.84 0 0.30
HSL 288.87º 0.73% 0.41% -
HSV(B) 288.87º 0.84% 0.7% -
XYZ 21.31 10.66 43.58 -
YUV 81.99 182.75 177.22 -
System Red Green Blue C M Y K H S L
Decimal 151 28 179 0.16 0.84 0 0.30 288.87 0.73 0.41
Hex 97 1C B3 10 54 0 1E 121 49 29
Octal 227 34 263 20 124 0 36 441 111 51
Binary 10010111 11100 10110011 10000 1010100 0 11110 100100001 1001001 101001

Color Harmonies of #971CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971CB3

Black with #971CB3

Text Example


Text Example

White with #971CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971CB3; }

 p { color: rgb(151,28,179); }

 H1.HeaderClassName
 {
   color: #971CB3;
 }
 .AnyTagClassName
 {
   color: #971CB3;
 }
</style>

background-color css

<style>
 a { background-color: #971CB3; }

 a { background-color: rgb(151,28,179); }

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

border-color css

<style>
 span { border-color: #971CB3; }

 span { border-color: rgb(151,28,179); }

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