Html Css Color HEX #9473CB True V

📋 copy color: '#9473CB'

red 148 ◦ green 115 ◦ blue 203

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

Shades of True V #9473CB

Tints of True V #9473CB

RGB

 RED value IS 148 (58.2% from 255) = 31.76%

 GREEN value IS 115 (45.31% from 255) = 24.68%

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

R = 31.76%
G = 24.68%
B = 43.56%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9473CB (or 0x9473CB) is known color: True V. HEX triplet: 94, 73 and CB. RGB value is (148,115,203). Sum of RGB (Red+Green+Blue) = 148+115+203=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #9473CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9473CB is #6B8C34. Grayscale: #868686. Windows color (decimal): -7048245 or 13333396. OLE color: 13333396.

HSL color Cylindrical-coordinate representation of color #9473CB: hue angle of 262.5º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9473CB is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 115 203 -
CMYK 0.27 0.43 0 0.20
HSL 262.5º 0.46% 0.62% -
HSV(B) 262.5º 0.43% 0.8% -
XYZ 29.12 22.87 59.38 -
YUV 134.9 166.43 137.34 -
System Red Green Blue C M Y K H S L
Decimal 148 115 203 0.27 0.43 0 0.20 262.5 0.46 0.62
Hex 94 73 CB 1B 2B 0 14 106 2E 3E
Octal 224 163 313 33 53 0 24 406 56 76
Binary 10010100 1110011 11001011 11011 101011 0 10100 100000110 101110 111110

Color Harmonies of #9473CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9473CB

Black with #9473CB

Text Example


Text Example

White with #9473CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,115,203); }

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

background-color css

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

 a { background-color: rgb(148,115,203); }

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

border-color css

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

 span { border-color: rgb(148,115,203); }

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