Html Css Color HEX #971CBE Dark Orchid

📋 copy color: '#971CBE'

red 151 ◦ green 28 ◦ blue 190

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

Shades of Dark Orchid #971CBE

Tints of Dark Orchid #971CBE

RGB

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

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

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

R = 40.92%
G = 7.59%
B = 51.49%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#971CBE (or 0x971CBE) is known color: Dark Orchid. HEX triplet: 97, 1C and BE. RGB value is (151,28,190). Sum of RGB (Red+Green+Blue) = 151+28+190=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #971CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971CBE is #68E341. Grayscale: #525252. Windows color (decimal): -6873922 or 12459159. OLE color: 12459159.

HSL color Cylindrical-coordinate representation of color #971CBE: hue angle of 285.56º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971CBE is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 28 190 -
CMYK 0.21 0.85 0 0.25
HSL 285.56º 0.74% 0.43% -
HSV(B) 285.56º 0.85% 0.75% -
XYZ 22.47 11.13 49.68 -
YUV 83.25 188.25 176.33 -
System Red Green Blue C M Y K H S L
Decimal 151 28 190 0.21 0.85 0 0.25 285.56 0.74 0.43
Hex 97 1C BE 15 55 0 19 11E 4A 2B
Octal 227 34 276 25 125 0 31 436 112 53
Binary 10010111 11100 10111110 10101 1010101 0 11001 100011110 1001010 101011

Color Harmonies of #971CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971CBE

Black with #971CBE

Text Example


Text Example

White with #971CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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