Html Css Color HEX #9345CB Dark Orchid

📋 copy color: '#9345CB'

red 147 ◦ green 69 ◦ blue 203

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

Shades of Dark Orchid #9345CB

Tints of Dark Orchid #9345CB

RGB

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

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

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

R = 35.08%
G = 16.47%
B = 48.45%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9345CB (or 0x9345CB) is known color: Dark Orchid. HEX triplet: 93, 45 and CB. RGB value is (147,69,203). Sum of RGB (Red+Green+Blue) = 147+69+203=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #9345CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9345CB is #6CBA34. Grayscale: #6B6B6B. Windows color (decimal): -7125557 or 13321619. OLE color: 13321619.

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

Color convert

RGB 147 69 203 -
CMYK 0.28 0.66 0 0.20
HSL 274.93º 0.56% 0.53% -
HSV(B) 274.93º 0.66% 0.8% -
XYZ 24.94 14.77 58.04 -
YUV 107.6 181.84 156.1 -
System Red Green Blue C M Y K H S L
Decimal 147 69 203 0.28 0.66 0 0.20 274.93 0.56 0.53
Hex 93 45 CB 1C 42 0 14 113 38 35
Octal 223 105 313 34 102 0 24 423 70 65
Binary 10010011 1000101 11001011 11100 1000010 0 10100 100010011 111000 110101

Color Harmonies of #9345CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9345CB

Black with #9345CB

Text Example


Text Example

White with #9345CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9345CB; }

 p { color: rgb(147,69,203); }

 H1.HeaderClassName
 {
   color: #9345CB;
 }
 .AnyTagClassName
 {
   color: #9345CB;
 }
</style>

background-color css

<style>
 a { background-color: #9345CB; }

 a { background-color: rgb(147,69,203); }

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

border-color css

<style>
 span { border-color: #9345CB; }

 span { border-color: rgb(147,69,203); }

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