Html Css Color HEX #971ECB Dark Orchid

📋 copy color: '#971ECB'

red 151 ◦ green 30 ◦ blue 203

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

Shades of Dark Orchid #971ECB

Tints of Dark Orchid #971ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.81%

 BLUE value IS 203 (79.69% from 255) = 52.86%

R = 39.32%
G = 7.81%
B = 52.86%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#971ECB (or 0x971ECB) is known color: Dark Orchid. HEX triplet: 97, 1E and CB. RGB value is (151,30,203). Sum of RGB (Red+Green+Blue) = 151+30+203=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #971ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971ECB is #68E134. Grayscale: #555555. Windows color (decimal): -6873397 or 13311639. OLE color: 13311639.

HSL color Cylindrical-coordinate representation of color #971ECB: hue angle of 281.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971ECB is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 30 203 -
CMYK 0.26 0.85 0 0.20
HSL 281.97º 0.74% 0.46% -
HSV(B) 281.97º 0.85% 0.8% -
XYZ 24.01 11.82 57.52 -
YUV 85.9 194.09 174.43 -
System Red Green Blue C M Y K H S L
Decimal 151 30 203 0.26 0.85 0 0.20 281.97 0.74 0.46
Hex 97 1E CB 1A 55 0 14 11A 4A 2E
Octal 227 36 313 32 125 0 24 432 112 56
Binary 10010111 11110 11001011 11010 1010101 0 10100 100011010 1001010 101110

Color Harmonies of #971ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971ECB

Black with #971ECB

Text Example


Text Example

White with #971ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,30,203); }

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

background-color css

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

 a { background-color: rgb(151,30,203); }

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

border-color css

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

 span { border-color: rgb(151,30,203); }

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