Html Css Color HEX #973CCB Dark Orchid

📋 copy color: '#973CCB'

red 151 ◦ green 60 ◦ blue 203

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

Shades of Dark Orchid #973CCB

Tints of Dark Orchid #973CCB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.49%

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

R = 36.47%
G = 14.49%
B = 49.03%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#973CCB (or 0x973CCB) is known color: Dark Orchid. HEX triplet: 97, 3C and CB. RGB value is (151,60,203). Sum of RGB (Red+Green+Blue) = 151+60+203=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #973CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973CCB is #68C334. Grayscale: #676767. Windows color (decimal): -6865717 or 13319319. OLE color: 13319319.

HSL color Cylindrical-coordinate representation of color #973CCB: hue angle of 278.18º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #973CCB is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 60 203 -
CMYK 0.26 0.70 0 0.20
HSL 278.18º 0.58% 0.52% -
HSV(B) 278.18º 0.7% 0.8% -
XYZ 25.16 14.12 57.9 -
YUV 103.51 184.15 161.87 -
System Red Green Blue C M Y K H S L
Decimal 151 60 203 0.26 0.70 0 0.20 278.18 0.58 0.52
Hex 97 3C CB 1A 46 0 14 116 3A 34
Octal 227 74 313 32 106 0 24 426 72 64
Binary 10010111 111100 11001011 11010 1000110 0 10100 100010110 111010 110100

Color Harmonies of #973CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973CCB

Black with #973CCB

Text Example


Text Example

White with #973CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973CCB; }

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

 H1.HeaderClassName
 {
   color: #973CCB;
 }
 .AnyTagClassName
 {
   color: #973CCB;
 }
</style>

background-color css

<style>
 a { background-color: #973CCB; }

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

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

border-color css

<style>
 span { border-color: #973CCB; }

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

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