Html Css Color HEX #9130CA Dark Orchid

📋 copy color: '#9130CA'

red 145 ◦ green 48 ◦ blue 202

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

Shades of Dark Orchid #9130CA

Tints of Dark Orchid #9130CA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.15%

 BLUE value IS 202 (79.3% from 255) = 51.14%

R = 36.71%
G = 12.15%
B = 51.14%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9130CA (or 0x9130CA) is known color: Dark Orchid. HEX triplet: 91, 30 and CA. RGB value is (145,48,202). Sum of RGB (Red+Green+Blue) = 145+48+202=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #9130CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9130CA is #6ECF35. Grayscale: #5E5E5E. Windows color (decimal): -7262006 or 13250705. OLE color: 13250705.

HSL color Cylindrical-coordinate representation of color #9130CA: hue angle of 277.79º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9130CA is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 145 48 202 -
CMYK 0.28 0.76 0 0.21
HSL 277.79º 0.62% 0.49% -
HSV(B) 277.79º 0.76% 0.79% -
XYZ 23.39 12.4 57.04 -
YUV 94.56 188.64 163.98 -
System Red Green Blue C M Y K H S L
Decimal 145 48 202 0.28 0.76 0 0.21 277.79 0.62 0.49
Hex 91 30 CA 1C 4C 0 15 116 3E 31
Octal 221 60 312 34 114 0 25 426 76 61
Binary 10010001 110000 11001010 11100 1001100 0 10101 100010110 111110 110001

Color Harmonies of #9130CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9130CA

Black with #9130CA

Text Example


Text Example

White with #9130CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9130CA; }

 p { color: rgb(145,48,202); }

 H1.HeaderClassName
 {
   color: #9130CA;
 }
 .AnyTagClassName
 {
   color: #9130CA;
 }
</style>

background-color css

<style>
 a { background-color: #9130CA; }

 a { background-color: rgb(145,48,202); }

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

border-color css

<style>
 span { border-color: #9130CA; }

 span { border-color: rgb(145,48,202); }

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