Html Css Color HEX #971BCE Dark Orchid

📋 copy color: '#971BCE'

red 151 ◦ green 27 ◦ blue 206

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

Shades of Dark Orchid #971BCE

Tints of Dark Orchid #971BCE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.03%

 BLUE value IS 206 (80.86% from 255) = 53.65%

R = 39.32%
G = 7.03%
B = 53.65%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#971BCE (or 0x971BCE) is known color: Dark Orchid. HEX triplet: 97, 1B and CE. RGB value is (151,27,206). Sum of RGB (Red+Green+Blue) = 151+27+206=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #971BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971BCE is #68E431. Grayscale: #535353. Windows color (decimal): -6874162 or 13507479. OLE color: 13507479.

HSL color Cylindrical-coordinate representation of color #971BCE: hue angle of 281.56º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971BCE is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 27 206 -
CMYK 0.27 0.87 0 0.19
HSL 281.56º 0.77% 0.46% -
HSV(B) 281.56º 0.87% 0.81% -
XYZ 24.3 11.82 59.39 -
YUV 84.48 196.58 175.45 -
System Red Green Blue C M Y K H S L
Decimal 151 27 206 0.27 0.87 0 0.19 281.56 0.77 0.46
Hex 97 1B CE 1B 57 0 13 11A 4D 2E
Octal 227 33 316 33 127 0 23 432 115 56
Binary 10010111 11011 11001110 11011 1010111 0 10011 100011010 1001101 101110

Color Harmonies of #971BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971BCE

Black with #971BCE

Text Example


Text Example

White with #971BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,27,206); }

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

background-color css

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

 a { background-color: rgb(151,27,206); }

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

border-color css

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

 span { border-color: rgb(151,27,206); }

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