Html Css Color HEX #912FCC Dark Orchid

📋 copy color: '#912FCC'

red 145 ◦ green 47 ◦ blue 204

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

Shades of Dark Orchid #912FCC

Tints of Dark Orchid #912FCC

RGB

 RED value IS 145 (57.03% from 255) = 36.62%

 GREEN value IS 47 (18.75% from 255) = 11.87%

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

R = 36.62%
G = 11.87%
B = 51.52%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#912FCC (or 0x912FCC) is known color: Dark Orchid. HEX triplet: 91, 2F and CC. RGB value is (145,47,204). Sum of RGB (Red+Green+Blue) = 145+47+204=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #912FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912FCC is #6ED033. Grayscale: #5D5D5D. Windows color (decimal): -7262260 or 13381521. OLE color: 13381521.

HSL color Cylindrical-coordinate representation of color #912FCC: hue angle of 277.45º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #912FCC is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 145 47 204 -
CMYK 0.29 0.77 0 0.2
HSL 277.45º 0.63% 0.49% -
HSV(B) 277.45º 0.77% 0.8% -
XYZ 23.59 12.41 58.28 -
YUV 94.2 189.97 164.23 -
System Red Green Blue C M Y K H S L
Decimal 145 47 204 0.29 0.77 0 0.2 277.45 0.63 0.49
Hex 91 2F CC 1D 4D 0 14 115 3F 31
Octal 221 57 314 35 115 0 24 425 77 61
Binary 10010001 101111 11001100 11101 1001101 0 10100 100010101 111111 110001

Color Harmonies of #912FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912FCC

Black with #912FCC

Text Example


Text Example

White with #912FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912FCC; }

 p { color: rgb(145,47,204); }

 H1.HeaderClassName
 {
   color: #912FCC;
 }
 .AnyTagClassName
 {
   color: #912FCC;
 }
</style>

background-color css

<style>
 a { background-color: #912FCC; }

 a { background-color: rgb(145,47,204); }

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

border-color css

<style>
 span { border-color: #912FCC; }

 span { border-color: rgb(145,47,204); }

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