Html Css Color HEX #971DCB Dark Orchid

📋 copy color: '#971DCB'

red 151 ◦ green 29 ◦ blue 203

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

Shades of Dark Orchid #971DCB

Tints of Dark Orchid #971DCB

RGB

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

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

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

R = 39.43%
G = 7.57%
B = 53%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#971DCB (or 0x971DCB) is known color: Dark Orchid. HEX triplet: 97, 1D and CB. RGB value is (151,29,203). Sum of RGB (Red+Green+Blue) = 151+29+203=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #971DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971DCB is #68E234. Grayscale: #545454. Windows color (decimal): -6873653 or 13311383. OLE color: 13311383.

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

Color convert

RGB 151 29 203 -
CMYK 0.26 0.86 0 0.20
HSL 282.07º 0.75% 0.45% -
HSV(B) 282.07º 0.86% 0.8% -
XYZ 23.98 11.77 57.51 -
YUV 85.31 194.42 174.85 -
System Red Green Blue C M Y K H S L
Decimal 151 29 203 0.26 0.86 0 0.20 282.07 0.75 0.45
Hex 97 1D CB 1A 56 0 14 11A 4B 2D
Octal 227 35 313 32 126 0 24 432 113 55
Binary 10010111 11101 11001011 11010 1010110 0 10100 100011010 1001011 101101

Color Harmonies of #971DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971DCB

Black with #971DCB

Text Example


Text Example

White with #971DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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