Html Css Color HEX #912ACB Dark Orchid

📋 copy color: '#912ACB'

red 145 ◦ green 42 ◦ blue 203

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

Shades of Dark Orchid #912ACB

Tints of Dark Orchid #912ACB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.77%

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

R = 37.18%
G = 10.77%
B = 52.05%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#912ACB (or 0x912ACB) is known color: Dark Orchid. HEX triplet: 91, 2A and CB. RGB value is (145,42,203). Sum of RGB (Red+Green+Blue) = 145+42+203=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #912ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912ACB is #6ED534. Grayscale: #5A5A5A. Windows color (decimal): -7263541 or 13314705. OLE color: 13314705.

HSL color Cylindrical-coordinate representation of color #912ACB: hue angle of 278.39º degrees, saturation: 0.66, 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 #912ACB is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 42 203 -
CMYK 0.29 0.79 0 0.20
HSL 278.39º 0.66% 0.48% -
HSV(B) 278.39º 0.79% 0.8% -
XYZ 23.28 11.99 57.59 -
YUV 91.15 191.12 166.41 -
System Red Green Blue C M Y K H S L
Decimal 145 42 203 0.29 0.79 0 0.20 278.39 0.66 0.48
Hex 91 2A CB 1D 4F 0 14 116 42 30
Octal 221 52 313 35 117 0 24 426 102 60
Binary 10010001 101010 11001011 11101 1001111 0 10100 100010110 1000010 110000

Color Harmonies of #912ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912ACB

Black with #912ACB

Text Example


Text Example

White with #912ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,42,203); }

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

background-color css

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

 a { background-color: rgb(145,42,203); }

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

border-color css

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

 span { border-color: rgb(145,42,203); }

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