Html Css Color HEX #972BCB Dark Orchid

📋 copy color: '#972BCB'

red 151 ◦ green 43 ◦ blue 203

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

Shades of Dark Orchid #972BCB

Tints of Dark Orchid #972BCB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.83%

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

R = 38.04%
G = 10.83%
B = 51.13%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#972BCB (or 0x972BCB) is known color: Dark Orchid. HEX triplet: 97, 2B and CB. RGB value is (151,43,203). Sum of RGB (Red+Green+Blue) = 151+43+203=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #972BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972BCB is #68D434. Grayscale: #5C5C5C. Windows color (decimal): -6870069 or 13314967. OLE color: 13314967.

HSL color Cylindrical-coordinate representation of color #972BCB: hue angle of 280.5º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972BCB is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 43 203 -
CMYK 0.26 0.79 0 0.20
HSL 280.5º 0.65% 0.48% -
HSV(B) 280.5º 0.79% 0.8% -
XYZ 24.41 12.62 57.65 -
YUV 93.53 189.78 168.99 -
System Red Green Blue C M Y K H S L
Decimal 151 43 203 0.26 0.79 0 0.20 280.5 0.65 0.48
Hex 97 2B CB 1A 4F 0 14 118 41 30
Octal 227 53 313 32 117 0 24 430 101 60
Binary 10010111 101011 11001011 11010 1001111 0 10100 100011000 1000001 110000

Color Harmonies of #972BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972BCB

Black with #972BCB

Text Example


Text Example

White with #972BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972BCB; }

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

 H1.HeaderClassName
 {
   color: #972BCB;
 }
 .AnyTagClassName
 {
   color: #972BCB;
 }
</style>

background-color css

<style>
 a { background-color: #972BCB; }

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

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

border-color css

<style>
 span { border-color: #972BCB; }

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

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