Html Css Color HEX #971DBA Dark Orchid

📋 copy color: '#971DBA'

red 151 ◦ green 29 ◦ blue 186

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

Shades of Dark Orchid #971DBA

Tints of Dark Orchid #971DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.92%

 BLUE value IS 186 (73.05% from 255) = 50.82%

R = 41.26%
G = 7.92%
B = 50.82%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#971DBA (or 0x971DBA) is known color: Dark Orchid. HEX triplet: 97, 1D and BA. RGB value is (151,29,186). Sum of RGB (Red+Green+Blue) = 151+29+186=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #971DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971DBA is #68E245. Grayscale: #525252. Windows color (decimal): -6873670 or 12197271. OLE color: 12197271.

HSL color Cylindrical-coordinate representation of color #971DBA: hue angle of 286.62º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971DBA is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 29 186 -
CMYK 0.19 0.84 0 0.27
HSL 286.62º 0.73% 0.42% -
HSV(B) 286.62º 0.84% 0.73% -
XYZ 22.06 11 47.42 -
YUV 83.38 185.92 176.23 -
System Red Green Blue C M Y K H S L
Decimal 151 29 186 0.19 0.84 0 0.27 286.62 0.73 0.42
Hex 97 1D BA 13 54 0 1B 11F 49 2A
Octal 227 35 272 23 124 0 33 437 111 52
Binary 10010111 11101 10111010 10011 1010100 0 11011 100011111 1001001 101010

Color Harmonies of #971DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971DBA

Black with #971DBA

Text Example


Text Example

White with #971DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,29,186); }

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

background-color css

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

 a { background-color: rgb(151,29,186); }

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

border-color css

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

 span { border-color: rgb(151,29,186); }

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