Html Css Color HEX #9145CA Dark Orchid

📋 copy color: '#9145CA'

red 145 ◦ green 69 ◦ blue 202

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

Shades of Dark Orchid #9145CA

Tints of Dark Orchid #9145CA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.59%

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

R = 34.86%
G = 16.59%
B = 48.56%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9145CA (or 0x9145CA) is known color: Dark Orchid. HEX triplet: 91, 45 and CA. RGB value is (145,69,202). Sum of RGB (Red+Green+Blue) = 145+69+202=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #9145CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9145CA is #6EBA35. Grayscale: #6A6A6A. Windows color (decimal): -7256630 or 13256081. OLE color: 13256081.

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

Color convert

RGB 145 69 202 -
CMYK 0.28 0.66 0 0.21
HSL 274.29º 0.56% 0.53% -
HSV(B) 274.29º 0.66% 0.79% -
XYZ 24.47 14.54 57.39 -
YUV 106.89 181.68 155.19 -
System Red Green Blue C M Y K H S L
Decimal 145 69 202 0.28 0.66 0 0.21 274.29 0.56 0.53
Hex 91 45 CA 1C 42 0 15 112 38 35
Octal 221 105 312 34 102 0 25 422 70 65
Binary 10010001 1000101 11001010 11100 1000010 0 10101 100010010 111000 110101

Color Harmonies of #9145CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9145CA

Black with #9145CA

Text Example


Text Example

White with #9145CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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