Html Css Color HEX #972BCC Dark Orchid

📋 copy color: '#972BCC'

red 151 ◦ green 43 ◦ blue 204

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

Shades of Dark Orchid #972BCC

Tints of Dark Orchid #972BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.26%

R = 37.94%
G = 10.8%
B = 51.26%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#972BCC (or 0x972BCC) is known color: Dark Orchid. HEX triplet: 97, 2B and CC. RGB value is (151,43,204). Sum of RGB (Red+Green+Blue) = 151+43+204=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #972BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972BCC is #68D433. Grayscale: #5D5D5D. Windows color (decimal): -6870068 or 13380503. OLE color: 13380503.

HSL color Cylindrical-coordinate representation of color #972BCC: hue angle of 280.25º 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 #972BCC is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 151 43 204 -
CMYK 0.26 0.79 0 0.2
HSL 280.25º 0.65% 0.48% -
HSV(B) 280.25º 0.79% 0.8% -
XYZ 24.53 12.67 58.28 -
YUV 93.65 190.28 168.91 -
System Red Green Blue C M Y K H S L
Decimal 151 43 204 0.26 0.79 0 0.2 280.25 0.65 0.48
Hex 97 2B CC 1A 4F 0 14 118 41 30
Octal 227 53 314 32 117 0 24 430 101 60
Binary 10010111 101011 11001100 11010 1001111 0 10100 100011000 1000001 110000

Color Harmonies of #972BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972BCC

Black with #972BCC

Text Example


Text Example

White with #972BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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