Html Css Color HEX #931CCC Dark Orchid

📋 copy color: '#931CCC'

red 147 ◦ green 28 ◦ blue 204

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

Shades of Dark Orchid #931CCC

Tints of Dark Orchid #931CCC

RGB

 RED value IS 147 (57.81% from 255) = 38.79%

 GREEN value IS 28 (11.33% from 255) = 7.39%

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

R = 38.79%
G = 7.39%
B = 53.83%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#931CCC (or 0x931CCC) is known color: Dark Orchid. HEX triplet: 93, 1C and CC. RGB value is (147,28,204). Sum of RGB (Red+Green+Blue) = 147+28+204=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #931CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931CCC is #6CE333. Grayscale: #535353. Windows color (decimal): -7136052 or 13376659. OLE color: 13376659.

HSL color Cylindrical-coordinate representation of color #931CCC: hue angle of 280.57º degrees, saturation: 0.76, 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 #931CCC is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 28 204 -
CMYK 0.28 0.86 0 0.2
HSL 280.57º 0.76% 0.45% -
HSV(B) 280.57º 0.86% 0.8% -
XYZ 23.35 11.39 58.1 -
YUV 83.65 195.92 173.19 -
System Red Green Blue C M Y K H S L
Decimal 147 28 204 0.28 0.86 0 0.2 280.57 0.76 0.45
Hex 93 1C CC 1C 56 0 14 119 4C 2D
Octal 223 34 314 34 126 0 24 431 114 55
Binary 10010011 11100 11001100 11100 1010110 0 10100 100011001 1001100 101101

Color Harmonies of #931CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931CCC

Black with #931CCC

Text Example


Text Example

White with #931CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931CCC; }

 p { color: rgb(147,28,204); }

 H1.HeaderClassName
 {
   color: #931CCC;
 }
 .AnyTagClassName
 {
   color: #931CCC;
 }
</style>

background-color css

<style>
 a { background-color: #931CCC; }

 a { background-color: rgb(147,28,204); }

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

border-color css

<style>
 span { border-color: #931CCC; }

 span { border-color: rgb(147,28,204); }

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